메소드 | 설명 | |
---|---|---|
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.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
ShowSettings ( ) : void |
Shows the settings.
|
|
btnClear_Click ( object sender, |
Handles the Click event of the btnClear control.
|
|
btnSearch_Click ( object sender, |
Handles the Click event of the btnSearch control.
|
|
ddlPageSize_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlPageSize control.
|
|
gGroups_RowSelected ( object sender, |
Handles the RowSelected event of the gGroups control.
|
|
gtpGroupType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the gtpGroupType control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
메소드 | 설명 | |
---|---|---|
AddFilterControl ( |
||
BindAttributes ( ) : void |
Adds the attribute filters.
|
|
BindGroupType ( |
Binds the type of the group.
|
|
Block_Updated ( object sender, |
Handles the BlockUpdated event of the ContentDynamic control.
|
|
BuildDynamicControls ( ) : void |
Builds the dynamic controls.
|
|
GetGroupTypeGuid ( int groupTypeId ) : string |
Gets the group type unique identifier.
|
|
GetGroupTypeId ( System.Guid groupTypeGuid ) : int? | ||
Map ( MapItem location, List |
Maps the specified location.
|
|
SetGroupTypeOptions ( ) : void |
Binds the group attribute list.
|
|
ShowError ( string message ) : void | ||
ShowMessage ( string message ) : void | ||
ShowResults ( ) : void |
Binds the grid.
|
|
ShowView ( ) : void |
Shows the view.
|
|
ShowViewForPerson ( System.Guid targetPersonGuid ) : void | ||
ShowWarning ( string message ) : void | ||
gGroups_GridRebind ( object sender, |
Handles the GridRebind event of the gGroups control.
|
|
registerColumn_Click ( object sender, |
Handles the Click event of the registerColumn control.
|
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
리턴 | void |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected btnClear_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnSearch_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected ddlPageSize_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected gGroups_RowSelected ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected gtpGroupType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |