Class p_set_Task_CallModel
Inheritance
System.Object
p_set_Task_CallModel
Assembly: Natec.Entities.dll
Syntax
public class p_set_Task_CallModel : Object, ICallProcedureModel<p_set_Task_CallModel>
Constructors
p_set_Task_CallModel()
Declaration
public p_set_Task_CallModel()
Properties
ID_GroupATS
Declaration
public Nullable<long> ID_GroupATS { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
lig_ID
Declaration
public Nullable<long> lig_ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
task_ID
Declaration
public Nullable<long> task_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_JsonData
Declaration
public string tsk_JsonData { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Methods
DynamicParameters()
Declaration
public IEnumerable<DynamicParameter> DynamicParameters()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Natec.Widecoup.DynamicParameter> |
|
Expressions()
Declaration
public IEnumerable<Expression<Func<p_set_Task_CallModel, object>>> Expressions()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<System.Func<p_set_Task_CallModel, System.Object>>> |
|
StoredProcedureName()
Declaration
public string StoredProcedureName()
Returns
Type |
Description |
System.String |
|
Implements
Natec.Widecoup.ICallProcedureModel<T>