Class Tasks_Request_SET
Inheritance
System.Object
Tasks_Request_SET
Assembly: Natec.Entities.dll
Syntax
public class Tasks_Request_SET : BaseEntity, IPropertyIndexer
Constructors
Tasks_Request_SET()
Declaration
public Tasks_Request_SET()
Properties
Declaration
public string DataFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
DateStart
Declaration
public Nullable<DateTime> DateStart { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DeviceGroupID
Declaration
public Nullable<int> DeviceGroupID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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 |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|
JsonData
Declaration
public string JsonData { get; set; }
Property Value
Type |
Description |
System.String |
|
ListGroupID
Declaration
public Nullable<int> ListGroupID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Message
Declaration
public string Message { 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 |
|
PeriodBegin
Declaration
public Nullable<DateTime> PeriodBegin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PeriodEnd
Declaration
public Nullable<DateTime> PeriodEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StatusID
Declaration
public int StatusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|