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

Used to explore the devices contained in the database. Won't work with Lite data.
Inheritance: BaseUserControl
显示文件 Open project: 51Degrees/dotNET-Device-Detection Class Usage Examples

Private Properties

Property Type Description
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

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Set the visibility of the data lists.

Private Methods

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

Method Details

OnPreRender() protected method

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