C# Class RockWeb.Blocks.Groups.GroupMemberLink

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewPointe/Rockit

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

Private Methods

Method Description
AddOrUpdateGroupMemberAttributes ( Person person, Group group, RockContext rockContext ) : void

Adds or update group member's attributes using any page parameters that are attributes of the group.

AddOrUpdatePersonInGroup ( Person person, Group group, RockContext rockContext ) : void

Adds or updates the given person into the given group.

ShowConfigError ( string errorDetail = "" ) : void

Shows the error.

ShowError ( string errorDetail = "" ) : void

Shows the error.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void