C# Class ScrewTurn.Wiki.ClientTree

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
lblContent global::System.Web.UI.WebControls.Literal

Public Methods

Method Description
PopulateTree ( ) : void

Removes all the items in the tree and re-populates it.

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildSubTreeContainerID ( int iteration ) : string
Render ( ) : void
RenderSubTree ( List items, StringBuilder sb, int &iteration ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

PopulateTree() public method

Removes all the items in the tree and re-populates it.
public PopulateTree ( ) : void
return void

Property Details

lblContent protected_oe property

lblContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblContent
return global::System.Web.UI.WebControls.Literal