C# Класс AJH.CMS.WEB.UI.Controls.AjaxDate_UC

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

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

Свойство Тип Описание
ceDate global::AjaxControlToolkit.CalendarExtender
ibtnDate global::System.Web.UI.WebControls.ImageButton
rfvDate global::System.Web.UI.WebControls.RequiredFieldValidator
txtDate global::System.Web.UI.WebControls.TextBox

Открытые методы

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

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

Метод Описание
OnInit ( EventArgs e ) : void

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

AjaxDate_Load() публичный Метод

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

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

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

SetCalendarExtenderValue() публичный Метод

public SetCalendarExtenderValue ( ) : void
Результат void

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

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

ceDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender ceDate
Результат global::AjaxControlToolkit.CalendarExtender

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

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

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

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

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

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