C# 클래스 PokerServerManager._Default

파일 보기 프로젝트 열기: qJake/planning-poker

공개 프로퍼티들

프로퍼티 타입 설명
ActiveServerList List

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
OnInit ( EventArgs ea ) : void
Page_Load ( object sender, EventArgs ea ) : void

비공개 메소드들

메소드 설명
BindServerList ( ) : void
CreateServer ( ) : void
Error ( string message ) : void
Success ( string message ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs ea ) : void
ea EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs ea ) : void
sender object
ea EventArgs
리턴 void

프로퍼티 상세

ActiveServerList 공개적으로 정적으로 프로퍼티

public static List ActiveServerList
리턴 List

Create 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

Message 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

Password1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

Password2 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

PortNumber 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

Refresh 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

ServerContainer 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ListView

ServerName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

cvPasswords 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.CompareValidator

revPass 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

revPass2 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

revServerName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

rfvPass1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvPass2 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvPortNumber 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvServerName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rvPortNumber 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RangeValidator