C# Class RockWeb.Blocks.Crm.PersonDetail.AddGroup

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Protected Properties

Свойство Type Description
_groupTypeName string

Méthodes publiques

Méthode Description
FindDuplicates ( ) : bool

Méthodes protégées

Méthode Description
LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

OnPreRender ( EventArgs e ) : void

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

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnNext_Click ( object sender, EventArgs e ) : void
btnPrevious_Click ( object sender, EventArgs e ) : void
groupMemberRow_DeleteClick ( object sender, EventArgs e ) : void

Handles the DeleteClick event of the groupMemberRow control.

groupMemberRow_RoleUpdated ( object sender, EventArgs e ) : void

Handles the RoleUpdated event of the groupMemberRow control.

lbRemoveMember_Click ( object sender, EventArgs e ) : void
nfmMembers_AddGroupMemberClick ( object sender, EventArgs e ) : void

Handles the AddGroupMemberClick event of the nfmMembers control.

Private Methods

Méthode Description
AddGroupMember ( ) : void
CreateControls ( bool setSelection ) : void
GetControlData ( ) : void
GetLocationKey ( ) : string
PersonHtmlPanel ( string groupMemberGuidString, Person person, GroupTypeRole GroupTypeRole, Location location, RockContext rockContext ) : Panel
ShowPage ( ) : void

Method Details

FindDuplicates() public méthode

public FindDuplicates ( ) : bool
Résultat bool

LoadViewState() protected méthode

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e EventArgs The object that contains the event data.
Résultat void

OnPreRender() protected méthode

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e EventArgs An object that contains the event data.
Résultat void

SaveViewState() protected méthode

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Résultat object

btnNext_Click() protected méthode

protected btnNext_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnPrevious_Click() protected méthode

protected btnPrevious_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

groupMemberRow_DeleteClick() protected méthode

Handles the DeleteClick event of the groupMemberRow control.
protected groupMemberRow_DeleteClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

groupMemberRow_RoleUpdated() protected méthode

Handles the RoleUpdated event of the groupMemberRow control.
protected groupMemberRow_RoleUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

lbRemoveMember_Click() protected méthode

protected lbRemoveMember_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

nfmMembers_AddGroupMemberClick() protected méthode

Handles the AddGroupMemberClick event of the nfmMembers control.
protected nfmMembers_AddGroupMemberClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

Property Details

_groupTypeName protected_oe property

protected string _groupTypeName
Résultat string