Click or drag to resize

ContextHelper Class

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

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.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 memberConvertDataSetToJson(DataSet)
Converts DataSet to JSON representation
Public methodStatic memberConvertDataSetToJson(DataSet, String)
Converts DataSet to JSON representation for Asynchronous Web Procedure
Public methodStatic memberConvertJsonToDataSet
Converts a JSON context file into a DataSet representation
Public methodStatic memberGetEmptyDataSetWorkflowSchema
Public methodStatic memberIsJson
Checks if an input file contains a JSON file structure
Top
See Also