C# Class LightFramework.Web.DhtmlTreeNode

Show file Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Public Methods

Method Description
DhtmlTreeNode ( ) : System
DhtmlTreeNode ( int id, string text ) : System

构造函数

DhtmlTreeNode ( int id, string text, byte child ) : System

构造函数

Method Details

DhtmlTreeNode() public method

public DhtmlTreeNode ( ) : System
return System

DhtmlTreeNode() public method

构造函数
public DhtmlTreeNode ( int id, string text ) : System
id int 节点标识
text string 节点显示的文本
return System

DhtmlTreeNode() public method

构造函数
public DhtmlTreeNode ( int id, string text, byte child ) : System
id int 节点标识
text string 节点显示的文本
child byte 节点是否有子节点,0表示没有,1表示有
return System