C# Class Rock.Web.UI.Controls.RegistrationInstanceEditor

Inheritance: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
GetValue ( RegistrationInstance instance ) : void

Updates the instance.

SetValue ( RegistrationInstance instance ) : void

Reads the instance.

Méthodes protégées

Méthode Description
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.

Method Details

CreateChildControls() protected méthode

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
Résultat void

GetValue() public méthode

Updates the instance.
public GetValue ( RegistrationInstance instance ) : void
instance RegistrationInstance The instance.
Résultat void

Render() protected méthode

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.
Résultat void

SetValue() public méthode

Reads the instance.
public SetValue ( RegistrationInstance instance ) : void
instance RegistrationInstance The instance.
Résultat void

_ppContact_SelectPerson() protected méthode

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.
Résultat void