Class p_get_ServiceTaskData_ResultModel
Inheritance
System.Object
p_get_ServiceTaskData_ResultModel
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 |
|