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

Inheritance: Rock.Web.UI.PersonBlock
ファイルを表示 Open project: CentralAZ/Rockit-CentralAZ

Protected Properties

Property Type Description
IsKnownRelationships bool
ShowRole bool
ownerRoleGuid System.Guid

Protected Methods

Method 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

Method 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 method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

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

lbAdd_Click() protected method

protected lbAdd_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

modalAddPerson_SaveClick() protected method

protected modalAddPerson_SaveClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rGroupMembers_ItemCommand() protected method

protected rGroupMembers_ItemCommand ( object source, System e ) : void
source object
e System
return void

Property Details

IsKnownRelationships protected_oe property

protected bool IsKnownRelationships
return bool

ShowRole protected_oe property

protected bool ShowRole
return bool

ownerRoleGuid protected_oe property

protected Guid,System ownerRoleGuid
return System.Guid