Class NodeDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
Fields
NodeIdSeed
Declaration
public const int NodeIdSeed = 1060
Field Value
Type |
Description |
System.Int32 |
|
TableName
Declaration
public const string TableName = null
Field Value
Type |
Description |
System.String |
|
Properties
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Level
Declaration
public short Level { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NodeObjectType
Declaration
public Guid? NodeObjectType { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
ParentId
Declaration
public int ParentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Trashed
Declaration
public bool Trashed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
UserId
Declaration
public int? UserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|