Class TemplateSubscriptions_Response_SET
Inheritance
System.Object
TemplateSubscriptions_Response_SET
Assembly: Natec.Entities.dll
Syntax
public class TemplateSubscriptions_Response_SET : BaseEntity, IPropertyIndexer
Constructors
TemplateSubscriptions_Response_SET()
Declaration
public TemplateSubscriptions_Response_SET()
Properties
Entities
Declaration
public string Entities { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
public Nullable<int> ID { 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 |
|