C# Class Detector.Detector

Show file Open project: 51Degrees/dotNET-Device-Detection

Protected Properties

Property Type Description
Menu global::System.Web.UI.WebControls.Repeater
PageStyle global::System.Web.UI.HtmlControls.HtmlLink
SiteMapDataSource global::System.Web.UI.WebControls.SiteMapDataSource
body global::System.Web.UI.WebControls.ContentPlaceHolder
formMain global::System.Web.UI.HtmlControls.HtmlForm
stats global::FiftyOne.Foundation.UI.Web.Stats

Protected Methods

Method Description
Menu_Load ( object sender, EventArgs e ) : void
Page_Init ( object sender, EventArgs e ) : void

Private Methods

Method Description
SendGoogleAnalyticsComplete ( IAsyncResult result ) : void

Method Details

Menu_Load() protected method

protected Menu_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Init() protected method

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Menu protected property

Menu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater Menu
return global::System.Web.UI.WebControls.Repeater

PageStyle protected property

PageStyle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlLink PageStyle
return global::System.Web.UI.HtmlControls.HtmlLink

SiteMapDataSource protected property

SiteMapDataSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SiteMapDataSource SiteMapDataSource
return global::System.Web.UI.WebControls.SiteMapDataSource

body protected property

body control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder body
return global::System.Web.UI.WebControls.ContentPlaceHolder

formMain protected property

formMain control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm formMain
return global::System.Web.UI.HtmlControls.HtmlForm

stats protected property

stats control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::FiftyOne.Foundation.UI.Web.Stats stats
return global::FiftyOne.Foundation.UI.Web.Stats