logo mef-dev
  • Developer's Guide
    • Plugin basics
    • Introduction
    • Platform overview
    • Plugin guides
    • First UI package
    • Package registration
    • First Backend package
    • Portal package creation
    • REST API
    • REST API using
    • Request Formats
  • Documentation
    • UI Kit documentation
    • Telecom BSS
    • Ui Kit Demo
  • Blog
  • Community
Image Image
Show / Hide Table of Contents

Class TaskDataCommonCallModel

Inheritance
System.Object
TaskDataCommonCallModel
Implements
Natec.Widecoup.ICallProcedureModel<TaskDataCommonCallModel>
Namespace: Natec.Widecoup
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

ErrFormat

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>
In This Article
Back to top Generated by DocFX