ContextHelper Class |
Namespace: WorkflowGen.My.Data
The ContextHelper type exposes the following members.
Name | Description | |
---|---|---|
ContextHelper | Initializes a new instance of the ContextHelper class |
Name | Description | |
---|---|---|
ConvertContextToJsonString |
Converts a context to a JSON string
| |
ConvertContextToRecordSetXmlString |
Converts a context to a XML ADO RecordSet string
| |
GetContextFromJson |
Gets a context from a JSON string
| |
GetContextFromRecordSet(String) |
Gets a context from a XML ADO RecordSet string
| |
GetContextFromRecordSet(XmlDocument) |
Gets a context from a XML ADO RecordSet document
| |
GetEmptyDataSetContext |
Creates an empty context in ADO.NET DataSet format
| |
GetEmptyRecordSetContext |
Creates an empty context in ADO RecordSet format
| |
IsJson |
Checks if an input string contains a JSON structure
|