Method | Description | |
---|---|---|
CreateGroupAttributeControls ( Group group, |
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, |
Sets the group.
|
Method | Description | |
---|---|---|
AddLocation_Click ( object sender, |
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, |
Handles the Click event of the DeleteLocation control.
|
|
OnLoad ( |
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.
|
Method | Description | |
---|---|---|
CreateLocationsGrid ( ) : void |
Creates the locations grid.
|
|
HandleGridEvents ( ) : void |
Handles the grid events.
|
protected AddLocation_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public CreateGroupAttributeControls ( Group group, |
||
group | Group | The group. |
rockContext | The rock context. | |
return | void |
protected DeleteLocation_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public GetGroupValues ( Group group ) : void | ||
group | Group | The group. |
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
return | void |
public SetGroup ( Group value, |
||
value | Group | The value. |
rockContext | The rock context. | |
return | void |
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 |
return | void |