C# Class SitecoreExtension.PageProperties.UI.Edit

Inheritance: DialogForm
Exibir arquivo Open project: 1508/SitecoreExtension-PageProperties

Protected Methods

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

Private Methods

Method 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 method

protected IsValidField ( string fieldname ) : bool
fieldname string
return bool

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnOK() protected method

protected OnOK ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void