C# Class PokerServerManager._Default

Mostra 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_oe static_oe property

public static List ActiveServerList
return List

Create protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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