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

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

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

Метод Описание
CreateGroupAttributeControls ( Group group, RockContext rockContext ) : void

Creates the group attribute controls.

GetGroupValues ( Group group ) : void

Gets or sets the group.

RenderControl ( 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.

SetGroup ( Group value, RockContext rockContext ) : void

Sets the group.

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

Метод Описание
AddLocation_Click ( object sender, EventArgs e ) : void

Handles the Click event of the AddLocation control.

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.

DeleteLocation_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the DeleteLocation control.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

gLocations_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the Reorder event of the gLocations control.

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

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

Creates the locations grid.

HandleGridEvents ( ) : void

Handles the grid events.

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

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

Handles the Click event of the AddLocation control.
protected AddLocation_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат 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

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

Creates the group attribute controls.
public CreateGroupAttributeControls ( Group group, RockContext rockContext ) : void
group Group The group.
rockContext Rock.Data.RockContext The rock context.
Результат void

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

Handles the Click event of the DeleteLocation control.
protected DeleteLocation_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
Результат void

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

Gets or sets the group.
public GetGroupValues ( Group group ) : void
group Group The group.
Результат void

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

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( 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

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

Sets the group.
public SetGroup ( Group value, RockContext rockContext ) : void
value Group The value.
rockContext Rock.Data.RockContext The rock context.
Результат void

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

Handles the Reorder event of the gLocations control.
protected gLocations_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
Результат void