ContextHelper Methods |
The ContextHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertContextToJsonString | Obsolete.
Converts a context to a JSON string
| |
| ConvertXmlContextToDataSet | Obsolete.
Convert a Xml Workflow Context to a DataSet
| |
| GetContextFromJson |
Gets a context from a JSON string
| |
| GetContextFromXml |
Gets a context from an XML ADO.NET Dataset string
| |
| GetEmptyContext |
Creates an empty context
| |
| GetEmptyDataSetContext | Obsolete.
Creates an empty context
| |
| GetJsonFromContext |
Gets a JSON string from a context
| |
| GetParameterValue(ContextParameters, String, Boolean) |
Get the bool parameter value from the context
| |
| GetParameterValue(ContextParameters, String, DateTime) |
Get the DateTime parameter value from the context
| |
| GetParameterValue(ContextParameters, String, Double) |
Get the double parameter value from the context
| |
| GetParameterValue(ContextParameters, String, Int32) |
Get the int parameter value from the context
| |
| GetParameterValue(ContextParameters, String, String) |
Get the string parameter value from the context
| |
| GetParameterValue(ContextParameters, String, ContextFileReference) |
Get the ContextFileReference parameter value from the context
| |
| GetXmlFromContext(DataSet) |
Gets a XML string from a context
| |
| GetXmlFromContext(DataSet, Boolean) |
Gets a XML string from a context
| |
| IsJson |
Checks if an input string contains a JSON structure
| |
| SetParameterValue |
Set the parameter value in the context parameter
| |
| UpdateContextParameters(ContextParameters, ContextParameters) |
Updates context parameters with other context parameters
| |
| UpdateContextParameters(ContextParameters, ContextParameters, Boolean) |
Updates context parameters with other context parameters
|