Property | Type | Description | |
---|---|---|---|
AddGroupMember | void | ||
BlockSetup | void | ||
ConfigureGroupLocationControls | void | ||
DeleteGroupMember | void | ||
DisplayEditGroup | void | ||
DisplayEditGroupMember | void | ||
DisplayViewGroup | void | ||
LoadGroupMemberDropDowns | void | ||
RouteAction | void | ||
SendCommunication | void | ||
ShowSelectedPane | void |
Method | Description | |
---|---|---|
sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void |
Handles the Navigate event of the sm control.
|
Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
GetLocationTabClass ( object property ) : string |
helper method to toggle the group location tabs
|
|
LoadViewState ( object savedState ) : void |
Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancelGroupMember_Click ( object sender, |
Handles the Click event of the btnCancelGroupMember control.
|
|
btnSaveGroupMember_Click ( object sender, |
Handles the Click event of the btnSaveGroupMember control.
|
|
btnSaveGroup_Click ( object sender, |
Handles the Click event of the btnSaveGroup control.
|
|
lbCancelGroup_Click ( object sender, |
Handles the Click event of the lbCancelGroup control.
|
|
lbLocationType_Click ( object sender, |
Handles the Click event of the lbLocationType control.
|
Method | Description | |
---|---|---|
AddGroupMember ( ) : void |
Adds the group member.
|
|
BlockSetup ( ) : void |
setup block
|
|
ConfigureGroupLocationControls ( Group group ) : void |
logic to setup the groups location entry panel
|
|
DeleteGroupMember ( int groupMemberId ) : void |
Deletes the group member.
|
|
DisplayEditGroup ( ) : void |
Displays the edit group panel.
|
|
DisplayEditGroupMember ( int groupMemberId ) : void |
Displays the edit group member.
|
|
DisplayViewGroup ( ) : void |
Displays the view group using a lava template
|
|
LoadGroupMemberDropDowns ( int groupId ) : void |
Loads the group member drop downs.
|
|
RouteAction ( ) : void |
Route the request to the correct panel
|
|
SendCommunication ( ) : void |
Sends the communication.
|
|
ShowSelectedPane ( ) : void |
Shows the selected pane.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected GetLocationTabClass ( object property ) : string | ||
property | object | The property. |
return | string |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnCancelGroupMember_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSaveGroupMember_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSaveGroup_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbCancelGroup_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbLocationType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.HistoryEventArgs | The |
return | void |