C# 클래스 RockWeb.Blocks.Groups.GroupMemberDetail

상속: Rock.Web.UI.RockBlock, IDetailBlock
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
GetBreadCrumbs ( PageReference pageReference ) : List

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs

SetBlockOptions ( ) : void

Sets the block options.

ShowDetail ( int groupMemberId ) : void

Shows the detail.

ShowDetail ( int groupMemberId, int groupId ) : void

Shows the detail.

보호된 메소드들

메소드 설명
GroupMemberDetail_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the GroupMemberDetail control.

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.

RegistrationUrl ( int registrationId ) : string

Registrations the URL.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnMoveGroupMember_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnMoveGroupMember control.

btnReCheckRequirements_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnReCheckRequirements control.

btnSaveThenAdd_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveAndAdd control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

btnShowMoveDialog_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnShowMoveDialog control.

ddlGroupRole_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlGroupRole control.

gpMoveGroupMember_SelectItem ( object sender, EventArgs e ) : void

Handles the SelectItem event of the gpMoveGroupMember control.

lbResendDocumentRequest_Click ( object sender, EventArgs e ) : void
ppGroupMemberPerson_SelectPerson ( object sender, EventArgs e ) : void

Handles the SelectPerson event of the ppGroupMemberPerson control.

비공개 메소드들

메소드 설명
CalculateRequirements ( ) : void

Calculates (or re-calculates) the requirements, then updates the results on the UI

ClearErrorMessage ( ) : void

Clears the error message title and text.

LoadDropDowns ( ) : void

Loads the drop downs.

SaveGroupMember ( ) : void
ShowGroupRequirementsStatuses ( ) : void

Shows the group requirements statuses.

ShowRequiredDocumentStatus ( RockContext rockContext, GroupMember groupMember, Group group ) : void

메소드 상세

GetBreadCrumbs() 공개 메소드

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The page reference.
리턴 List

GroupMemberDetail_BlockUpdated() 보호된 메소드

Handles the BlockUpdated event of the GroupMemberDetail control.
protected GroupMemberDetail_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

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

RegistrationUrl() 보호된 메소드

Registrations the URL.
protected RegistrationUrl ( int registrationId ) : string
registrationId int The registration identifier.
리턴 string

SetBlockOptions() 공개 메소드

Sets the block options.
public SetBlockOptions ( ) : void
리턴 void

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int groupMemberId ) : void
groupMemberId int The group member identifier.
리턴 void

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int groupMemberId, int groupId ) : void
groupMemberId int The group member identifier.
groupId int The group id.
리턴 void

btnCancel_Click() 보호된 메소드

Handles the Click event of the btnCancel control.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnMoveGroupMember_Click() 보호된 메소드

Handles the Click event of the btnMoveGroupMember control.
protected btnMoveGroupMember_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnReCheckRequirements_Click() 보호된 메소드

Handles the Click event of the btnReCheckRequirements control.
protected btnReCheckRequirements_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnSaveThenAdd_Click() 보호된 메소드

Handles the Click event of the btnSaveAndAdd control.
protected btnSaveThenAdd_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnSave_Click() 보호된 메소드

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnShowMoveDialog_Click() 보호된 메소드

Handles the Click event of the btnShowMoveDialog control.
protected btnShowMoveDialog_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

ddlGroupRole_SelectedIndexChanged() 보호된 메소드

Handles the SelectedIndexChanged event of the ddlGroupRole control.
protected ddlGroupRole_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

gpMoveGroupMember_SelectItem() 보호된 메소드

Handles the SelectItem event of the gpMoveGroupMember control.
protected gpMoveGroupMember_SelectItem ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

lbResendDocumentRequest_Click() 보호된 메소드

protected lbResendDocumentRequest_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ppGroupMemberPerson_SelectPerson() 보호된 메소드

Handles the SelectPerson event of the ppGroupMemberPerson control.
protected ppGroupMemberPerson_SelectPerson ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void