Class TreeNodeHistory_Response_GET_OUTPUT
Inheritance
System.Object
TreeNodeHistory_Response_GET_OUTPUT
Assembly: Natec.Entities.dll
Syntax
public class TreeNodeHistory_Response_GET_OUTPUT : BaseEntity, IPropertyIndexer
Constructors
TreeNodeHistory_Response_GET_OUTPUT()
Declaration
public TreeNodeHistory_Response_GET_OUTPUT()
Properties
DateEnd
Declaration
public DateTime DateEnd { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DateStart
Declaration
public DateTime DateStart { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IDType
Declaration
public int IDType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|
lang
Declaration
public string lang { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedDate
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ModifiedFrom
Declaration
public string ModifiedFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
TreeNodeExternalID
Declaration
public int TreeNodeExternalID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TreeNodeID
Declaration
public int TreeNodeID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TreeNodeParentExternalID
Declaration
public int TreeNodeParentExternalID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TreeNodeParentID
Declaration
public int TreeNodeParentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|