C# 클래스 FiftyOne.Foundation.UI.Web.PropertyDictionary

Displays a list of the available properties and values.
상속: BaseUserControl
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

보호된 메소드들

메소드 설명
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