Method | Description | |
---|---|---|
ShowDetail ( int businessId ) : void |
Shows the detail.
|
Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ddlRecordStatus_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlRecordStatus control.
|
|
gContactList_Delete ( object sender, Rock e ) : void |
Handles the Delete event of the gContactList control.
|
|
gContactList_RowSelected ( object sender, Rock e ) : void |
Handles the RowSelected event of the gContactList control.
|
|
lbCancel_Click ( object sender, |
Handles the Click event of the lbCancel control.
|
|
lbEdit_Click ( object sender, |
Handles the Click event of the lbEdit control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
Method | Description | |
---|---|---|
BindContactListGrid ( Person business ) : void |
Binds the contact list grid.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowEditDetails ( Person business ) : void |
Shows the edit details.
|
|
ShowSummary ( int businessId ) : void |
Shows the summary.
|
|
UpdateGroupMember ( int businessId, GroupTypeCache groupType, string groupName, int campusId, int groupRoleId, |
Updates the group member.
|
|
gContactList_AddClick ( object sender, |
Handles the AddClick event of the gContactList control.
|
|
gContactList_GridRebind ( object sender, |
Handles the GridRebind event of the gContactList control.
|
|
mdAddContact_SaveClick ( object sender, |
Handles the SaveClick event of the mdAddContact control.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int businessId ) : void | ||
businessId | int | The business identifier. |
return | void |
protected ddlRecordStatus_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gContactList_Delete ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
return | void |
protected gContactList_RowSelected ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
return | void |
protected lbCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |