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

Displays a bootstrap badge
Наследование: System.Web.UI.WebControls.CompositeControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

Метод Описание
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.

Приватные методы

Метод Описание
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.

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

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

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].
Результат void

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

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

Initializes a new instance of the NewGroupMembersRow class.
public NewGroupMembersRow ( ) : System
Результат System

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

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.
Результат void