C# Class SitecoreExtension.PageProperties.UI.Edit

Inheritance: DialogForm
Afficher le fichier Open project: 1508/SitecoreExtension-PageProperties

Méthodes protégées

Méthode Description
IsValidField ( string fieldname ) : bool
OnLoad ( EventArgs e ) : void
OnOK ( object sender, EventArgs args ) : void

Private Methods

Méthode Description
GetControls ( ) : IEnumerable
GetDescription ( string fieldname ) : string
GetSectionControl ( string fieldName ) : SitecoreExtension.PageProperties.UI.HtmlControls.Section
GetToolTip ( string fieldname ) : string
PopulateInstance ( KeyValuePair type, object &instance ) : void

Method Details

IsValidField() protected méthode

protected IsValidField ( string fieldname ) : bool
fieldname string
Résultat bool

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnOK() protected méthode

protected OnOK ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void