Class TemplateSubscriptions_Request_GET
Inheritance
System.Object
TemplateSubscriptions_Request_GET
Assembly: Natec.Entities.dll
Syntax
public class TemplateSubscriptions_Request_GET : BaseEntity, IPropertyIndexer
Constructors
TemplateSubscriptions_Request_GET()
Declaration
public TemplateSubscriptions_Request_GET()
Properties
AgreementID
Declaration
public Nullable<int> AgreementID { 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> |
|
Declaration
public string ErrFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
ExtentionID
Declaration
public Nullable<int> ExtentionID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IDType
Declaration
public Nullable<int> IDType { 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 |
|
PageNumber
Declaration
public Nullable<int> PageNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PageSize
Declaration
public Nullable<int> PageSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TreeNodeID
Declaration
public Nullable<int> TreeNodeID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|