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

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

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
nfmMembers_AddFamilyMemberClick ( object sender, EventArgs e ) : void

Handles the AddFamilyMemberClick event of the nfmMembers control.

Private Methods

Méthode Description
AddFamilyMember ( ) : void
CreateControls ( List familyMembers, bool setSelection ) : void
GetControlData ( ) : List
ShowAttributeCategory ( int index ) : void
familyMemberRow_DeleteClick ( object sender, EventArgs e ) : void

Handles the DeleteClick event of the familyMemberRow control.

familyMemberRow_RoleUpdated ( object sender, EventArgs e ) : void

Handles the RoleUpdated event of the familyMemberRow control.

Method Details

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 System.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 System.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 System.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 System.EventArgs
Résultat void

btnPrevious_Click() protected méthode

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

nfmMembers_AddFamilyMemberClick() protected méthode

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