Click or drag to resize
DynamicTreeNode Class
异步加载的树节点
Inheritance Hierarchy
SystemObject
  X3Platform.CategoryIndexesDynamicTreeNode

Namespace: X3Platform.CategoryIndexes
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class DynamicTreeNode

The DynamicTreeNode type exposes the following members.

Constructors
  NameDescription
Public methodDynamicTreeNode
Initializes a new instance of the DynamicTreeNode class
Public methodDynamicTreeNode(String, String, String, String, String, Boolean)
Initializes a new instance of the DynamicTreeNode class
Public methodDynamicTreeNode(String, String, String, String, String, Boolean, Int32)
Initializes a new instance of the DynamicTreeNode class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
返回表示当前对象的字符串
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyCategoryIndex
分类索引
Public propertyDisabled
禁止
Public propertyHasChildren
是否有叶子节点
Public propertyId
节点标识
Public propertyName
名称
Public propertyParentId
父级节点标识
Public propertyTarget
Public propertyTitle
Public propertyToken
标记
Public propertyUrl
链接地址,也可能是脚本函数
Top
See Also