메소드 | 설명 | |
---|---|---|
ShowEdit ( ) : void |
Shows the edit.
|
메소드 | 설명 | |
---|---|---|
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.
|
|
ddlChannel_SelectedIndexChanged ( object sender, |
||
filterControl_DeleteClick ( object sender, |
Handles the DeleteClick event of the filterControl control.
|
|
groupControl_AddFilterClick ( object sender, |
Handles the AddFilterClick event of the groupControl control.
|
|
groupControl_AddGroupClick ( object sender, |
Handles the AddGroupClick event of the groupControl control.
|
|
groupControl_DeleteGroupClick ( object sender, |
Handles the DeleteGroupClick event of the groupControl control.
|
|
lbSave_Click ( object sender, |
메소드 | 설명 | |
---|---|---|
ContentDynamic_BlockUpdated ( object sender, |
||
CreateFilterControl ( ContentChannel channel, DataViewFilter filter, bool setSelection, |
Creates the filter control.
|
|
CreateFilterControl ( |
Creates the filter control.
|
|
DeleteDataViewFilter ( DataViewFilter dataViewFilter, DataViewFilterService service ) : void | ||
GetContent ( List |
||
GetFilterControl ( ) : DataViewFilter | ||
GetFilterControl ( |
||
GetFilterFieldControl ( |
||
GetFilterGroupControl ( |
||
GetMetaValueFromAttribute ( string input, List |
||
GetTemplate ( ) : Template | ||
HackEntityFields ( ContentChannel channel, |
The PropertyFilter checks for it's property/attribute list in a cached items object before recreating them using reflection and loading of generic attributes. Because of this, we're going to load them here and exclude some properties and add additional attributes specific to the channel type, and then save list to same cached object so that property filter lists our collection of properties/attributes instead.
|
|
SetListValue ( |
Sets the list value.
|
|
SetNewDataFilterGuids ( DataViewFilter dataViewFilter ) : void | ||
ShowView ( ) : void |
Binds the grid.
|
|
btnTrigger_Click ( object sender, |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
리턴 | void |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected ddlChannel_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected filterControl_DeleteClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected groupControl_AddFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected groupControl_AddGroupClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected groupControl_DeleteGroupClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbSave_Click ( object sender, |
||
sender | object | |
e | ||
리턴 | void |