C# Класс FITKMS.Tags.Index

Показать файл Открыть проект

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

Свойство Тип Описание
labelCurrent global::System.Web.UI.WebControls.Label
linkNext global::System.Web.UI.WebControls.LinkButton
linkPrevious global::System.Web.UI.WebControls.LinkButton
listTags global::System.Web.UI.WebControls.DataList
panelPager global::System.Web.UI.WebControls.Panel
searchInput global::System.Web.UI.WebControls.TextBox
searchTagsSubmit global::System.Web.UI.WebControls.Button
warningLabel global::System.Web.UI.WebControls.Label
warning_label global::System.Web.UI.HtmlControls.HtmlGenericControl

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
linkNext_Click ( object sender, EventArgs e ) : void
linkPrevious_Click ( object sender, EventArgs e ) : void
searchTagsSubmit_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
BindTags ( ) : void
PopulatePager ( int totalRows, int pageNo, int recordPerPage ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

linkNext_Click() защищенный Метод

protected linkNext_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

linkPrevious_Click() защищенный Метод

protected linkPrevious_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

searchTagsSubmit_Click() защищенный Метод

protected searchTagsSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

labelCurrent защищенное свойство

labelCurrent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label labelCurrent
Результат global::System.Web.UI.WebControls.Label

linkNext защищенное свойство

linkNext control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton linkNext
Результат global::System.Web.UI.WebControls.LinkButton

linkPrevious защищенное свойство

linkPrevious control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton linkPrevious
Результат global::System.Web.UI.WebControls.LinkButton

listTags защищенное свойство

listTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataList listTags
Результат global::System.Web.UI.WebControls.DataList

panelPager защищенное свойство

panelPager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel panelPager
Результат global::System.Web.UI.WebControls.Panel

searchInput защищенное свойство

searchInput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox searchInput
Результат global::System.Web.UI.WebControls.TextBox

searchTagsSubmit защищенное свойство

searchTagsSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button searchTagsSubmit
Результат global::System.Web.UI.WebControls.Button

warningLabel защищенное свойство

warningLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label warningLabel
Результат global::System.Web.UI.WebControls.Label

warning_label защищенное свойство

warning_label control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl warning_label
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl