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

Used to explore the devices contained in the database. Won't work with Lite data.
상속: BaseUserControl
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildBackButton void
BuildInstructions void
BuildModel void
BuildModel void
BuildModel void
BuildModelDetail void
BuildModelForDeviceID void
BuildModelForSearch void
BuildModelForVendor void
BuildModelGeneralProperties void
BuildModelImages void
BuildModelPagerLink void
BuildModelSummary void
BuildModelValue void
BuildModels void
BuildModelsForResult void
BuildModelsForSearch void
BuildModelsForUserAgent void
BuildModelsForVendor void
BuildModelsPager void
BuildModelsPagerLink void
BuildRowForResult void
BuildRowForResultFormatted void
BuildSearch void
BuildVendorNavigation void
BuildVendors void
BuildVendors void
FormatUserAgent void
IsMatch bool
MakeQueryString string
MakeQueryString string
ProcessRegexes void
StartCharacter char

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void

Set the visibility of the data lists.

비공개 메소드들

메소드 설명
BuildBackButton ( XmlWriter writer, string text, NameValueCollection parameters, string title ) : void
BuildInstructions ( XmlWriter writer, string html ) : void
BuildModel ( XmlWriter writer, Profile profile ) : void
BuildModel ( XmlWriter writer, Profile profile, System.Property property, IEnumerable values ) : void
BuildModel ( XmlWriter writer, Profile profile, string category ) : void
BuildModelDetail ( XmlWriter writer, Profile profile ) : void
BuildModelForDeviceID ( XmlWriter writer, string deviceId ) : void
BuildModelForSearch ( XmlWriter writer, string searchText, string deviceId ) : void
BuildModelForVendor ( XmlWriter writer, string vendorName, string modelName ) : void
BuildModelGeneralProperties ( XmlWriter writer, Profile profile, IOrderedEnumerable generalProperties ) : void
BuildModelImages ( XmlWriter writer, HardwareImage images ) : void
BuildModelPagerLink ( XmlWriter writer, string key, string value, int Page, int index, string text, string id, string title ) : void
BuildModelSummary ( XmlWriter writer, string key, string value, Profile profile ) : void
BuildModelValue ( XmlWriter writer, Value value ) : void
BuildModels ( XmlWriter writer, string key, string value, Profile profiles, string title ) : void
BuildModelsForResult ( XmlWriter writer, FiftyOne result ) : void
BuildModelsForSearch ( XmlWriter writer, string searchText ) : void
BuildModelsForUserAgent ( XmlWriter writer, string userAgent ) : void
BuildModelsForVendor ( XmlWriter writer, string vendorName ) : void
BuildModelsPager ( XmlWriter writer, string key, string value, int pages, int page, string title, string idPrefix ) : void
BuildModelsPagerLink ( XmlWriter writer, string key, string value, int index ) : void
BuildRowForResult ( XmlWriter writer, string title, string value ) : void
BuildRowForResultFormatted ( XmlWriter writer, string title, string value ) : void
BuildSearch ( XmlWriter writer ) : void
BuildVendorNavigation ( XmlWriter writer, bool hasValues, char c ) : void
BuildVendors ( XmlWriter writer ) : void
BuildVendors ( XmlWriter writer, IEnumerable vendors, char c ) : void
FormatUserAgent ( XmlWriter writer, string value ) : void
IsMatch ( Profile profile, Regex regexes ) : bool

Returns true if every regex matches the profile provided.

MakeQueryString ( NameValueCollection parameters ) : string
MakeQueryString ( string key, string value ) : string
ProcessRegexes ( List regexes, Values values ) : void
StartCharacter ( string value ) : char

메소드 상세

OnPreRender() 보호된 메소드

Set the visibility of the data lists.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void