Click or drag to resize

ContextHelper Class

This class contains helper methods to build WorkflowGen contexts
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataContextHelper

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.4.0.0 (4.4.0.0)
Syntax
public class ContextHelper

The ContextHelper type exposes the following members.

Constructors
  NameDescription
Public methodContextHelper
Initializes a new instance of the ContextHelper class
Top
Methods
  NameDescription
Public methodStatic memberConvertContextToJsonString
Converts a context to a JSON string
Public methodStatic memberConvertContextToRecordSetXmlString
Converts a context to a XML ADO RecordSet string
Public methodStatic memberGetContextFromJson
Gets a context from a JSON string
Public methodStatic memberGetContextFromRecordSet(String)
Gets a context from a XML ADO RecordSet string
Public methodStatic memberGetContextFromRecordSet(XmlDocument)
Gets a context from a XML ADO RecordSet document
Public methodStatic memberGetEmptyDataSetContext
Creates an empty context in ADO.NET DataSet format
Public methodStatic memberGetEmptyRecordSetContext
Creates an empty context in ADO RecordSet format
Public methodStatic memberIsJson
Checks if an input string contains a JSON structure
Top
See Also