C# Class Optimus.Umbraco.Pages.FileEditor

Afficher le fichier Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Méthodes publiques

Свойство Type Description
ErrorLineNumber int

Protected Properties

Свойство Type Description
EditPane global::umbraco.uicontrols.Pane
EditorPanel global::umbraco.uicontrols.PropertyPanel
EditorSource global::umbraco.uicontrols.CodeArea
Feedback global::umbraco.uicontrols.Feedback
LtrlPath global::System.Web.UI.WebControls.Literal
NamePanel global::umbraco.uicontrols.PropertyPanel
PathPanel global::umbraco.uicontrols.PropertyPanel
TxtName global::System.Web.UI.WebControls.TextBox
UmbracoPanel global::umbraco.uicontrols.UmbracoPanel

Méthodes protégées

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

Private Methods

Méthode Description
MenuSaveClick ( object sender, ImageClickEventArgs e ) : void
Save ( ) : void
SaveConfigFile ( string filename, string contents ) : bool
b_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
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

EditPane protected_oe property

EditPane control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Pane EditPane
Résultat global::umbraco.uicontrols.Pane

EditorPanel protected_oe property

EditorPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel EditorPanel
Résultat global::umbraco.uicontrols.PropertyPanel

EditorSource protected_oe property

EditorSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.CodeArea EditorSource
Résultat global::umbraco.uicontrols.CodeArea

ErrorLineNumber public_oe static_oe property

public static int ErrorLineNumber
Résultat int

Feedback protected_oe property

Feedback control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Feedback Feedback
Résultat global::umbraco.uicontrols.Feedback

LtrlPath protected_oe property

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

NamePanel protected_oe property

NamePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel NamePanel
Résultat global::umbraco.uicontrols.PropertyPanel

PathPanel protected_oe property

PathPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel PathPanel
Résultat global::umbraco.uicontrols.PropertyPanel

TxtName protected_oe property

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

UmbracoPanel protected_oe property

UmbracoPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.UmbracoPanel UmbracoPanel
Résultat global::umbraco.uicontrols.UmbracoPanel