C# Класс FiftyOne.Foundation.UI.Web.PropertyDictionary

Displays a list of the available properties and values.
Наследование: BaseUserControl
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

OnInit() защищенный Метод

Creates the new literal control and adds it to the user control.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPreRender() защищенный Метод

Adds html to the control displaying the upgrade message.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void