C# Класс Sage_One_API_Sample_Website.Contacts

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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