Context Class |
Note: This API is now obsolete.
Namespace: WorkflowGen.My.Data
The Context type exposes the following members.
Name | Description | |
---|---|---|
![]() | Context | Initialize to a blank context |
![]() | Context(DataSet) | Initialize with a DataSet |
![]() | Context(String) | Initialize with a XML RecordSet |
Name | Description | |
---|---|---|
![]() ![]() | ConvertDataSetToRecordSet | Converts a DataSet to a XML RecordSet |
![]() ![]() | ConvertRecordSetToDataSet | Converts a WorkflowGen Context XML RecordSet to a DataSet |
![]() | Dispose |
Frees resources and perform other operations before the Object is reclaimed by garbage collection.
|
![]() | GetDataSet | Returns the current DataSet |
![]() ![]() | GetEmptyDataSet | Creates an empty WorkflowGen DataSet Context |
![]() | GetFileNameParameter | Returns the file name value of a file parameter |
![]() | GetFileParameters | Returns all the file parameters in a Hashtable |
![]() | GetFileParameters(String) | Returns a list of file parameters filtred in a Hashtable |
![]() | GetParameter | Returns the value of a parameter |
![]() | GetParameters | Returns all the parameters in a Hashtable |
![]() | GetParameters(String) | Returns a list of parameters filtred in a Hashtable |
![]() | GetXmlRecordSet | Returns the current DataSet as a XML RecordSet |
![]() | SetParameter(String, DateTime) | Defines a DateTime parameter |
![]() | SetParameter(String, Double) | Defines a numeric parameter |
![]() | SetParameter(String, FileInfo) | Defines a File parameter |
![]() | SetParameter(String, String) | Defines a text parameter |