Class CustomerTypes_Response_GET_OUTPUT
Inheritance
System.Object
CustomerTypes_Response_GET_OUTPUT
Assembly: Natec.Entities.dll
Syntax
public class CustomerTypes_Response_GET_OUTPUT : BaseEntity, IPropertyIndexer
Constructors
CustomerTypes_Response_GET_OUTPUT()
Declaration
public CustomerTypes_Response_GET_OUTPUT()
Properties
AccountTypeID
Declaration
public int AccountTypeID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AccountTypeName
Declaration
public string AccountTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Idtype
Declaration
public int Idtype { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|