Свойство | Type | Description | |
---|---|---|---|
GroupTypeGuid | System.Guid |
Méthode | Description | |
---|---|---|
CreateGroupTypeAttributeControls ( GroupType groupType, |
Creates the group type attribute controls.
|
|
GetCheckinLabelAttributes ( Rock.Web.Cache.AttributeCache>.Dictionary |
Gets the checkin label attribute keys.
|
|
GetGroupTypeValues ( GroupType groupType ) : void |
Gets the type of the checkin 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.
|
|
SetGroupType ( GroupType groupType, |
Sets the type of the group.
|
Méthode | Description | |
---|---|---|
AddCheckinLabel_Click ( object sender, |
Handles the Click event of the AddCheckinLabel 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.
|
|
DeleteCheckinLabel_Click ( object sender, |
Handles the Click event of the DeleteCheckinLabel control.
|
|
LoadViewState ( object savedState ) : void |
Restores view-state information from a previous request that was saved with the M:System.Web.UI.WebControls.WebControl.SaveViewState method.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object |
Saves any state that was modified after the M:System.Web.UI.WebControls.Style.TrackViewState method was invoked.
|
Méthode | Description | |
---|---|---|
CreateCheckinLabelsGrid ( ) : void |
Creates the checkin labels grid.
|
|
HandleGridEvents ( ) : void |
Handles the grid events.
|
|
_ddlGroupTypeInheritFrom_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the _ddlGroupTypeInheritFrom control.
|
protected AddCheckinLabel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
public CreateGroupTypeAttributeControls ( GroupType groupType, |
||
groupType | GroupType | Type of the group. |
rockContext | The rock context. | |
Résultat | void |
protected DeleteCheckinLabel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
public static GetCheckinLabelAttributes ( Rock.Web.Cache.AttributeCache>.Dictionary |
||
groupTypeAttribute | Rock.Web.Cache.AttributeCache>.Dictionary | The group type attribute. |
Résultat | Rock.Web.Cache.AttributeCache>.Dictionary |
public GetGroupTypeValues ( GroupType groupType ) : void | ||
groupType | GroupType | Type of the group. |
Résultat | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An object that represents the control state to restore. |
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
Résultat | void |
public SetGroupType ( GroupType groupType, |
||
groupType | GroupType | Type of the group. |
rockContext | The rock context. | |
Résultat | void |