Class p_get_Tasks_CallModel
Inheritance
System.Object
p_get_Tasks_CallModel
Assembly: Natec.Entities.dll
Syntax
public class p_get_Tasks_CallModel : Object, ICallProcedureModel<p_get_Tasks_CallModel>
Constructors
p_get_Tasks_CallModel()
Declaration
public p_get_Tasks_CallModel()
Properties
CurrentDate
Declaration
public Nullable<DateTime> CurrentDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string ErrFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
ID_GroupATS
Declaration
public Nullable<int> ID_GroupATS { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Lang
Declaration
public string Lang { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Methods
DynamicParameters()
Declaration
public IEnumerable<DynamicParameter> DynamicParameters()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Natec.Widecoup.DynamicParameter> |
|
Expressions()
Declaration
public IEnumerable<Expression<Func<p_get_Tasks_CallModel, object>>> Expressions()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<System.Func<p_get_Tasks_CallModel, System.Object>>> |
|
StoredProcedureName()
Declaration
public string StoredProcedureName()
Returns
Type |
Description |
System.String |
|
Implements
Natec.Widecoup.ICallProcedureModel<T>