Class p_get_Tasks_ResultModel
Inheritance
System.Object
p_get_Tasks_ResultModel
Assembly: Natec.Entities.dll
Syntax
public class p_get_Tasks_ResultModel : Object
Constructors
p_get_Tasks_ResultModel()
Declaration
public p_get_Tasks_ResultModel()
Properties
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> |
|
tsk_DateStart
Declaration
public Nullable<DateTime> tsk_DateStart { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
tsk_ID
Declaration
public Nullable<long> tsk_ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
tsk_PeriodBegin
Declaration
public Nullable<DateTime> tsk_PeriodBegin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
tsk_PeriodEnd
Declaration
public Nullable<DateTime> tsk_PeriodEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
tsk_ProcessName
Declaration
public string tsk_ProcessName { get; set; }
Property Value
Type |
Description |
System.String |
|
tsk_State
Declaration
public string tsk_State { get; set; }
Property Value
Type |
Description |
System.String |
|
tsk_StateMessage
Declaration
public string tsk_StateMessage { get; set; }
Property Value
Type |
Description |
System.String |
|