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_ucp_get_TaskProcessList_ResultModel

Inheritance
System.Object
p_ucp_get_TaskProcessList_ResultModel
Namespace: Natec.Widecoup
Assembly: Natec.Entities.dll
Syntax
public class p_ucp_get_TaskProcessList_ResultModel : Object

Constructors

p_ucp_get_TaskProcessList_ResultModel()

Declaration
public p_ucp_get_TaskProcessList_ResultModel()

Properties

tspl_Code

Declaration
public string tspl_Code { get; set; }
Property Value
Type Description
System.String

tspl_ID

Declaration
public int tspl_ID { get; set; }
Property Value
Type Description
System.Int32

tspl_IsNullResultSetPossible

Declaration
public bool tspl_IsNullResultSetPossible { get; set; }
Property Value
Type Description
System.Boolean

tspl_NoListIDRead

Declaration
public int tspl_NoListIDRead { get; set; }
Property Value
Type Description
System.Int32

tspl_Remark

Declaration
public string tspl_Remark { get; set; }
Property Value
Type Description
System.String

tspl_RetryCount

Declaration
public int tspl_RetryCount { get; set; }
Property Value
Type Description
System.Int32

tspl_RetryTimeOut

Declaration
public int tspl_RetryTimeOut { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX