Class PreValueDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|