Class Agreements_Request_SET
Inheritance
System.Object
Agreements_Request_SET
Assembly: Natec.Entities.dll
Syntax
public class Agreements_Request_SET : BaseEntity, IPropertyIndexer
Constructors
Agreements_Request_SET()
Declaration
public Agreements_Request_SET()
Properties
DateEnd
Declaration
public Nullable<DateTime> DateEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DateStart
Declaration
public Nullable<DateTime> DateStart { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EffectiveDate
Declaration
public Nullable<DateTime> EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Entities
Declaration
public string Entities { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ErrFormat { 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 |
|
IsCheckBallance
Declaration
public Nullable<int> IsCheckBallance { 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 |
|
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 |
|
ParentID
Declaration
public int ParentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlanGroupID
Declaration
public Nullable<int> PlanGroupID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
RepresentationID
Declaration
public Nullable<int> RepresentationID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TasksJsonData
Declaration
public string TasksJsonData { get; set; }
Property Value
Type |
Description |
System.String |
|
TemplateIDs
Declaration
public Nullable<int> TemplateIDs { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|