The WorkflowHostExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
DecorateOnBehalfOfUser |
Decorates the headers provided with the OnBehalfOfUser property according to the impersonator provided.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetActionLabels |
Return dictionary with localised labels for an action.
| |
GetActionMask |
Returns the action mask for action
| |
GetFile |
Get an OData File
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPluginInstance |
Return the Plugin class implementing the PluginInterface
| |
GetRecord |
Get an OData Record
| |
GetRegisterData(String, String) |
Get register information from the register.
| |
GetRegisterData(String, String, Boolean) |
Get register information from the register.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWorkflowDataInRegister(String) |
Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
| |
GetWorkflowDataInRegister(String, Boolean) |
Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
| |
GetWorkflowDataInRegister(String, Boolean, SecurityContext) |
Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ODataContext |
Gets the ODataService to access the OData webService.
| |
ODataDynamicClient |
Gets the client for accessing the OData webservice.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also