Class Accounts_Request_SET
Inheritance
System.Object
Accounts_Request_SET
Assembly: Natec.Entities.dll
Syntax
public class Accounts_Request_SET : BaseEntity, IPropertyIndexer
Constructors
Accounts_Request_SET()
Declaration
public Accounts_Request_SET()
Properties
CategoryID
Declaration
public int CategoryID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassID
Declaration
public int ClassID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
DeliveryID
Declaration
public Nullable<int> DeliveryID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
DeliverZone
Declaration
public Nullable<int> DeliverZone { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EffectiveDate
Declaration
public Nullable<DateTime> EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ErrFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
ExternalSystemCode
Declaration
public string ExternalSystemCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IDType
Declaration
public int IDType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAnonymous
Declaration
public Nullable<int> IsAnonymous { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
lang
Declaration
public string lang { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedFrom
Declaration
public string ModifiedFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
Number
Declaration
public string Number { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentID
Declaration
public int ParentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PayTypeID
Declaration
public int PayTypeID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RegistrCatID
Declaration
public Nullable<int> RegistrCatID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
TypeID
Declaration
public int TypeID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|