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

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

Constructors

p_get_ServiceTaskData_ResultModel(String, String)

Declaration
public p_get_ServiceTaskData_ResultModel(string key, string value)
Parameters
Type Name Description
System.String key
System.String value

Properties

Key

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

Value

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