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

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

Protected Properties

Свойство Type Description
IsKnownRelationships bool
ShowRole bool
ownerRoleGuid System.Guid

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

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

lbAdd_Click ( object sender, EventArgs e ) : void
modalAddPerson_SaveClick ( object sender, EventArgs e ) : void
rGroupMembers_ItemCommand ( object source, System e ) : void

Private Methods

Méthode Description
BindData ( ) : void

Binds the data.

HideDialog ( ) : void
ShowDialog ( bool setValues = false ) : void
ShowDialog ( int roleId, bool setValues = false ) : void
ShowModal ( Person person, int roleId, int groupMemberId ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
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

lbAdd_Click() protected méthode

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

modalAddPerson_SaveClick() protected méthode

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

rGroupMembers_ItemCommand() protected méthode

protected rGroupMembers_ItemCommand ( object source, System e ) : void
source object
e System
Résultat void

Property Details

IsKnownRelationships protected_oe property

protected bool IsKnownRelationships
Résultat bool

ShowRole protected_oe property

protected bool ShowRole
Résultat bool

ownerRoleGuid protected_oe property

protected Guid,System ownerRoleGuid
Résultat System.Guid