C# Класс NSoft.NFramework.XmlData.WebHost.Methods

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

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

Свойство Тип Описание
Head1 global::System.Web.UI.HtmlControls.HtmlHead
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblError global::System.Web.UI.WebControls.Label
lblProductName global::System.Web.UI.WebControls.Label
rptMethods global::System.Web.UI.WebControls.Repeater

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

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

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

Метод Описание
BindDataSource ( ) : void
InitializeComponents ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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