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

Inheritance: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
Show file Open project: NewSpring/Rock

Public Methods

Method Description
GetValue ( RegistrationInstance instance ) : void

Updates the instance.

SetValue ( RegistrationInstance instance ) : void

Reads the instance.

Protected Methods

Method 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 method

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
return void

GetValue() public method

Updates the instance.
public GetValue ( RegistrationInstance instance ) : void
instance RegistrationInstance The instance.
return void

Render() protected method

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.
return void

SetValue() public method

Reads the instance.
public SetValue ( RegistrationInstance instance ) : void
instance RegistrationInstance The instance.
return void

_ppContact_SelectPerson() protected method

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.
return void