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

Displays a bootstrap badge
Inheritance: System.Web.UI.WebControls.CompositeControl
显示文件 Open project: SparkDevNetwork/Rock Class Usage Examples

Public Methods

Method Description
NewGroupMembersRow ( ) : System

Initializes a new instance of the NewGroupMembersRow class.

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

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

Protected Methods

Method Description
BindListToDefinedType ( ListControl listControl, string definedTypeGuid, bool insertBlankOption = false ) : void

Binds the type of the list to defined.

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.

Private Methods

Method Description
BindGender ( ) : void

Binds the gender.

SetListValue ( ListControl listControl, int value ) : void

Sets the list value.

SetListValue ( ListControl listControl, string value ) : void

Sets the list value.

lbDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDelete control.

rblRole_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the rblRole control.

Method Details

BindListToDefinedType() protected method

Binds the type of the list to defined.
protected BindListToDefinedType ( ListControl listControl, string definedTypeGuid, bool insertBlankOption = false ) : void
listControl System.Web.UI.WebControls.ListControl The list control.
definedTypeGuid string The defined type GUID.
insertBlankOption bool if set to true [insert blank option].
return void

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

NewGroupMembersRow() public method

Initializes a new instance of the NewGroupMembersRow class.
public NewGroupMembersRow ( ) : System
return System

RenderControl() public method

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
return void