C# Class Master, monkeywrench

Inheritance: MonoBehaviour
Afficher le fichier Open project: rolfbjarne/monkeywrench Class Usage Examples

Protected Properties

Свойство Type Description
content global::System.Web.UI.WebControls.ContentPlaceHolder
form1 global::System.Web.UI.HtmlControls.HtmlForm
tableFooter global::System.Web.UI.WebControls.Table
tableHeader global::System.Web.UI.WebControls.Table
treeMain global::System.Web.UI.WebControls.TreeView

Méthodes publiques

Méthode Description
ClearLogin ( ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
CreateTree ( ) : void

Method Details

ClearLogin() public méthode

public ClearLogin ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

content protected_oe property

content control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder content
Résultat global::System.Web.UI.WebControls.ContentPlaceHolder

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm

tableFooter protected_oe property

tableFooter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table tableFooter
Résultat global::System.Web.UI.WebControls.Table

tableHeader protected_oe property

tableHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table tableHeader
Résultat global::System.Web.UI.WebControls.Table

treeMain protected_oe property

treeMain control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TreeView treeMain
Résultat global::System.Web.UI.WebControls.TreeView