C# Class PokerServerManager._Default

Show file Open project: qJake/planning-poker

Public Properties

Property Type Description
ActiveServerList List

Protected Properties

Property Type Description
Create global::System.Web.UI.WebControls.Button
Message global::System.Web.UI.WebControls.Label
Password1 global::System.Web.UI.WebControls.TextBox
Password2 global::System.Web.UI.WebControls.TextBox
PortNumber global::System.Web.UI.WebControls.TextBox
Refresh global::System.Web.UI.WebControls.Button
ServerContainer global::System.Web.UI.WebControls.ListView
ServerName global::System.Web.UI.WebControls.TextBox
cvPasswords global::System.Web.UI.WebControls.CompareValidator
revPass global::System.Web.UI.WebControls.RegularExpressionValidator
revPass2 global::System.Web.UI.WebControls.RegularExpressionValidator
revServerName global::System.Web.UI.WebControls.RegularExpressionValidator
rfvPass1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPass2 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPortNumber global::System.Web.UI.WebControls.RequiredFieldValidator
rfvServerName global::System.Web.UI.WebControls.RequiredFieldValidator
rvPortNumber global::System.Web.UI.WebControls.RangeValidator

Protected Methods

Method Description
OnInit ( EventArgs ea ) : void
Page_Load ( object sender, EventArgs ea ) : void

Private Methods

Method Description
BindServerList ( ) : void
CreateServer ( ) : void
Error ( string message ) : void
Success ( string message ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs ea ) : void
ea EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs ea ) : void
sender object
ea EventArgs
return void

Property Details

ActiveServerList public static property

public static List ActiveServerList
return List

Create protected property

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

Message protected property

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

Password1 protected property

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

Password2 protected property

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

PortNumber protected property

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

Refresh protected property

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

ServerContainer protected property

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

ServerName protected property

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

cvPasswords protected property

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

revPass protected property

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

revPass2 protected property

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

revServerName protected property

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

rfvPass1 protected property

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

rfvPass2 protected property

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

rfvPortNumber protected property

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

rfvServerName protected property

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

rvPortNumber protected property

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