Class Agreements_Response_SET
Inheritance
System.Object
Agreements_Response_SET
Assembly: Natec.Entities.dll
Syntax
public class Agreements_Response_SET : BaseEntity, IPropertyIndexer
Constructors
Agreements_Response_SET()
Declaration
public Agreements_Response_SET()
Properties
Entities
Declaration
public string Entities { 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 |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|