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_get_ServiceTaskData_ResultModel_Back

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

Constructors

p_get_ServiceTaskData_ResultModel_Back()

Declaration
public p_get_ServiceTaskData_ResultModel_Back()

Properties

ID

Declaration
public Nullable<long> ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

JsonData

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

lig_ID

Declaration
public Nullable<long> lig_ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

tsk_ID

Declaration
public Nullable<long> tsk_ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
In This Article
Back to top Generated by DocFX