Class TreeNodeProperties_Request_SET
Inheritance
System.Object
TreeNodeProperties_Request_SET
Assembly: Natec.Entities.dll
Syntax
public class TreeNodeProperties_Request_SET : BaseEntity, IPropertyIndexer
Constructors
TreeNodeProperties_Request_SET()
Declaration
public TreeNodeProperties_Request_SET()
Properties
Annul
Declaration
public Nullable<int> Annul { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ErrFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
ExternalID
Declaration
public Nullable<int> ExternalID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ExternalSystemCode
Declaration
public string ExternalSystemCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
public Nullable<int> ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IDType
Declaration
public Nullable<int> IDType { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
ModifiedFrom
Declaration
public string ModifiedFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentID
Declaration
public Nullable<int> ParentID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PropertyID
Declaration
public Nullable<int> PropertyID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PropertyValueID
Declaration
public Nullable<int> PropertyValueID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|