Public Member Functions | |
| override T | GetContextItem< T > (string itemName) |
| GetContextItem retrieves a value from the ActionContext based on its key itemName. | |
| override bool | ContextItemExists (string itemName) |
| Check to see if any item exists with the given itemName. | |
Public Attributes | |
| ActionContext | secondaryContext = null |
| override bool RAIN.Action.NestedActionContext.ContextItemExists | ( | string | itemName | ) | [virtual] |
Check to see if any item exists with the given itemName.
| itemName | The key to search for |
Reimplemented from RAIN.Action.ActionContext.
| override T RAIN.Action.NestedActionContext.GetContextItem< T > | ( | string | itemName | ) | [virtual] |
GetContextItem retrieves a value from the ActionContext based on its key itemName.
| T | The Type of the item to retrieve |
| itemName | The Name of the item to retrieve |
Reimplemented from RAIN.Action.ActionContext.