Class CreateTaskRequest
Inheritance
System.Object
CreateTaskRequest
Assembly: Natec.Entities.dll
Syntax
public class CreateTaskRequest : Object
Constructors
CreateTaskRequest()
Declaration
public CreateTaskRequest()
Properties
DateStart
Declaration
public Nullable<DateTime> DateStart { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ID_GroupATS
Declaration
public Nullable<int> ID_GroupATS { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
lig_ID
Declaration
public Nullable<long> lig_ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
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> |
|
ProcessName
Declaration
public string ProcessName { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
StateMessage
Declaration
public string StateMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskId
Declaration
public Nullable<long> TaskId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|