C# 클래스 Sage_One_API_Sample_Website.Contacts

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: Sage/sageone_api_csharp_sample

보호된 프로퍼티들

프로퍼티 타입 설명
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label3 global::System.Web.UI.WebControls.Label
ListBoxContacts global::System.Web.UI.WebControls.ListBox
btnClear global::System.Web.UI.WebControls.Button
btnCreateContact global::System.Web.UI.WebControls.Button
btnDeleteContact global::System.Web.UI.WebControls.Button
btnUpdateContact global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
txtCompanyName global::System.Web.UI.WebControls.TextBox
txtConatctName global::System.Web.UI.WebControls.TextBox
txtContactTypeID global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
ListBoxContacts_SelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnCreateContact_Click ( object sender, EventArgs e ) : void
btnDeleteContact_Click ( object sender, EventArgs e ) : void
btnUpdateContact_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
DisplayContacts ( ContactGetHeader contactHeader ) : void
ListContacts ( ) : void

메소드 상세

ListBoxContacts_SelectedIndexChanged() 보호된 메소드

protected ListBoxContacts_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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

btnClear_Click() 보호된 메소드

protected btnClear_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnCreateContact_Click() 보호된 메소드

protected btnCreateContact_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnDeleteContact_Click() 보호된 메소드

protected btnDeleteContact_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnUpdateContact_Click() 보호된 메소드

protected btnUpdateContact_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

Label1 보호되어 있는 프로퍼티

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

Label2 보호되어 있는 프로퍼티

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

Label3 보호되어 있는 프로퍼티

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

ListBoxContacts 보호되어 있는 프로퍼티

ListBoxContacts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListBox ListBoxContacts
리턴 global::System.Web.UI.WebControls.ListBox

btnClear 보호되어 있는 프로퍼티

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

btnCreateContact 보호되어 있는 프로퍼티

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

btnDeleteContact 보호되어 있는 프로퍼티

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

btnUpdateContact 보호되어 있는 프로퍼티

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

form1 보호되어 있는 프로퍼티

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

txtCompanyName 보호되어 있는 프로퍼티

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

txtConatctName 보호되어 있는 프로퍼티

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

txtContactTypeID 보호되어 있는 프로퍼티

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