C# Class BlipFace.WebServices.Default

Inheritance: System.Web.UI.Page
Show file Open project: ksopyla/blipface

Protected Properties

Property Type Description
EndCalendar global::OboutInc.Calendar2.Calendar
EndTimeTextBox global::System.Web.UI.WebControls.TextBox
StartCalendar global::OboutInc.Calendar2.Calendar
StartTimeTextBox global::System.Web.UI.WebControls.TextBox
UniqUsersLabel global::System.Web.UI.WebControls.Label
UsersUseBlipFaceChart global::System.Web.UI.DataVisualization.Charting.Chart
UsesVersionBlipFaceChart global::System.Web.UI.DataVisualization.Charting.Chart
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

EndCalendar protected property

EndCalendar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::OboutInc.Calendar2.Calendar EndCalendar
return global::OboutInc.Calendar2.Calendar

EndTimeTextBox protected property

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

StartCalendar protected property

StartCalendar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::OboutInc.Calendar2.Calendar StartCalendar
return global::OboutInc.Calendar2.Calendar

StartTimeTextBox protected property

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

UniqUsersLabel protected property

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

UsersUseBlipFaceChart protected property

UsersUseBlipFaceChart control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.DataVisualization.Charting.Chart UsersUseBlipFaceChart
return global::System.Web.UI.DataVisualization.Charting.Chart

UsesVersionBlipFaceChart protected property

UsesVersionBlipFaceChart control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.DataVisualization.Charting.Chart UsesVersionBlipFaceChart
return global::System.Web.UI.DataVisualization.Charting.Chart

form1 protected property

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