Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
GroupMemberDetail_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the GroupMemberDetail control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
RegistrationUrl ( int registrationId ) : string |
Registrations the URL.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnMoveGroupMember_Click ( object sender, |
Handles the Click event of the btnMoveGroupMember control.
|
|
btnReCheckRequirements_Click ( object sender, |
Handles the Click event of the btnReCheckRequirements control.
|
|
btnSaveThenAdd_Click ( object sender, |
Handles the Click event of the btnSaveAndAdd control.
|
|
btnSave_Click ( object sender, |
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.
|
Méthode | Description | |
---|---|---|
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 ( |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The page reference. |
Résultat | List |
protected GroupMemberDetail_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected RegistrationUrl ( int registrationId ) : string | ||
registrationId | int | The registration identifier. |
Résultat | string |
public ShowDetail ( int groupMemberId ) : void | ||
groupMemberId | int | The group member identifier. |
Résultat | void |
public ShowDetail ( int groupMemberId, int groupId ) : void | ||
groupMemberId | int | The group member identifier. |
groupId | int | The group id. |
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnMoveGroupMember_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnReCheckRequirements_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSaveThenAdd_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnShowMoveDialog_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |
protected ddlGroupRole_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |
protected gpMoveGroupMember_SelectItem ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |
protected lbResendDocumentRequest_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Résultat | void |
protected ppGroupMemberPerson_SelectPerson ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |