Method | Description | |
---|---|---|
BlackAction ( ) : System | ||
EnsureLookup ( ) : void | ||
ExecuteLookup ( ) : void | ||
OnExecute ( ) : void |
Final step of the Action Chain, execute the action.
|
|
RenderTemplate ( string templateDiscoveryPath ) : void | ||
RenderView ( string viewName ) : void | ||
executeFilters ( ) : void |
Method | Description | |
---|---|---|
OnLoadFilters ( ) : void | ||
OnLookup ( ) : void |
Load all the information required to execute the action. If it's not explicitly called, its called automatically right before Execute.
|
Method | Description | |
---|---|---|
Execute ( ActionExecuteType type ) : bool |
Execute the phases of the action.
|
|
loadFilters ( ) : void |
public RenderTemplate ( string templateDiscoveryPath ) : void | ||
templateDiscoveryPath | string | |
return | void |