C# Class Sage_One_API_Sample_Website.Contacts

Inheritance: System.Web.UI.Page
显示文件 Open project: Sage/sageone_api_csharp_sample

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
DisplayContacts ( ContactGetHeader contactHeader ) : void
ListContacts ( ) : void

Method Details

ListBoxContacts_SelectedIndexChanged() protected method

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

Page_Load() protected method

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

btnClear_Click() protected method

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

btnCreateContact_Click() protected method

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

btnDeleteContact_Click() protected method

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

btnUpdateContact_Click() protected method

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

Property Details

Label1 protected_oe property

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

Label2 protected_oe property

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

Label3 protected_oe property

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

ListBoxContacts protected_oe property

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
return global::System.Web.UI.WebControls.ListBox

btnClear protected_oe property

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

btnCreateContact protected_oe property

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

btnDeleteContact protected_oe property

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

btnUpdateContact protected_oe property

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

form1 protected_oe 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

txtCompanyName protected_oe property

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

txtConatctName protected_oe property

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

txtContactTypeID protected_oe property

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