Method Execute
Execute(ActionContext)
Execute the action.
Declaration
public abstract bool Execute(ActionContext context)
Parameters
Type | Name | Description |
---|---|---|
ActionContext | context | Context for the action. |
Returns
Type | Description |
---|---|
bool | true if the action has been executed. false otherwise |