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 p_srh_get_ListID_CallModel

Inheritance
System.Object
p_srh_get_ListID_CallModel
Implements
Natec.Widecoup.ICallProcedureModel<p_srh_get_ListID_CallModel>
Namespace: Natec.Widecoup
Assembly: Natec.Entities.dll
Syntax
public class p_srh_get_ListID_CallModel : Object, ICallProcedureModel<p_srh_get_ListID_CallModel>

Constructors

p_srh_get_ListID_CallModel()

Declaration
public p_srh_get_ListID_CallModel()

p_srh_get_ListID_CallModel(Nullable<Int32>, Nullable<Int32>)

Declaration
public p_srh_get_ListID_CallModel(Nullable<int> lig_Id, Nullable<int> tspl_NoListIDRead)
Parameters
Type Name Description
System.Nullable<System.Int32> lig_Id
System.Nullable<System.Int32> tspl_NoListIDRead

Properties

Lig_ID

Declaration
public Nullable<int> Lig_ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Tspl_NoListIDRead

Declaration
public Nullable<int> Tspl_NoListIDRead { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

DynamicParameters()

Declaration
public IEnumerable<DynamicParameter> DynamicParameters()
Returns
Type Description
System.Collections.Generic.IEnumerable<Natec.Widecoup.DynamicParameter>

Expressions()

Declaration
public IEnumerable<Expression<Func<p_srh_get_ListID_CallModel, object>>> Expressions()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<System.Func<p_srh_get_ListID_CallModel, 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