C# Class FiftyOne.Foundation.UI.Web.PropertyDictionary

Displays a list of the available properties and values.
Inheritance: BaseUserControl
Mostrar archivo Open project: 51Degrees/dotNET-Device-Detection

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Creates the new literal control and adds it to the user control.

OnPreRender ( EventArgs e ) : void

Adds html to the control displaying the upgrade message.

Private Methods

Method Description
BuildGeneralProperties ( XmlWriter writer, Component component, IOrderedEnumerable generalProperties ) : void
BuildProperties ( ) : System.Web.UI.WebControls.Literal
BuildProperties ( XmlWriter writer, Component component ) : void
BuildProperties ( XmlWriter writer, Component component, string category ) : void
BuildProperties ( XmlWriter writer, System.Property property ) : void
BuildValues ( XmlWriter writer, System.Property property ) : void

Method Details

OnInit() protected method

Creates the new literal control and adds it to the user control.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

Adds html to the control displaying the upgrade message.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void