C# Class Optimus.Umbraco.Dialogs.CreateScript

Afficher le fichier Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Protected Properties

Свойство Type Description
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
Textbox1 global::System.Web.UI.WebControls.TextBox
rename global::System.Web.UI.WebControls.TextBox
sbmt global::System.Web.UI.WebControls.Button
scriptType global::System.Web.UI.WebControls.ListBox

Méthodes protégées

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

Method Details

Page_Load() protected méthode

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

sbmt_Click() protected méthode

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

Property Details

RequiredFieldValidator1 protected_oe property

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

Textbox1 protected_oe property

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

rename protected_oe property

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

sbmt protected_oe property

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

scriptType protected_oe property

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