C# Класс Rock.Web.UI.Controls.RegistrationInstanceEditor

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

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

Метод Описание
GetValue ( RegistrationInstance instance ) : void

Updates the instance.

SetValue ( RegistrationInstance instance ) : void

Reads the instance.

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

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

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

_ppContact_SelectPerson ( object sender, EventArgs e ) : void

Handles the SelectPerson event of the _ppContact control.

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

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

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Результат void

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

Updates the instance.
public GetValue ( RegistrationInstance instance ) : void
instance RegistrationInstance The instance.
Результат void

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
Результат void

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

Reads the instance.
public SetValue ( RegistrationInstance instance ) : void
instance RegistrationInstance The instance.
Результат void

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

Handles the SelectPerson event of the _ppContact control.
protected _ppContact_SelectPerson ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void