Class p_get_ServiceTaskData_CallModel
Inheritance
System.Object
p_get_ServiceTaskData_CallModel
Assembly: Natec.Entities.dll
Syntax
public class p_get_ServiceTaskData_CallModel : Object, ICallProcedureModel<p_get_ServiceTaskData_CallModel>
Constructors
p_get_ServiceTaskData_CallModel()
Declaration
public p_get_ServiceTaskData_CallModel()
Properties
Declaration
public string ErrFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
public Nullable<long> ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Lang
Declaration
public string Lang { get; set; }
Property Value
Type |
Description |
System.String |
|
Tsk_ID
Declaration
public Nullable<long> Tsk_ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
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_ServiceTaskData_CallModel, object>>> Expressions()
Returns
StoredProcedureName()
Declaration
public string StoredProcedureName()
Returns
Type |
Description |
System.String |
|
Implements
Natec.Widecoup.ICallProcedureModel<T>