Class TaskDataCommonCallModel
Inheritance
System.Object
TaskDataCommonCallModel
Assembly: Natec.Entities.dll
Syntax
public class TaskDataCommonCallModel : Object, ICallProcedureModel<TaskDataCommonCallModel>
Constructors
TaskDataCommonCallModel(String)
Declaration
public TaskDataCommonCallModel(string storedProcedureName)
Parameters
Type |
Name |
Description |
System.String |
storedProcedureName |
|
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<TaskDataCommonCallModel, object>>> Expressions()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<System.Func<TaskDataCommonCallModel, System.Object>>> |
|
StoredProcedureName()
Declaration
public string StoredProcedureName()
Returns
Type |
Description |
System.String |
|
Implements
Natec.Widecoup.ICallProcedureModel<T>