ContextParameters Class |
Namespace: WorkflowGen.My.Data
The ContextParameters type exposes the following members.
Name | Description | |
---|---|---|
ContextParameters |
Initialize to a blank RecordSet context
| |
ContextParameters(DataSet) |
Initialize an instance with a DataSet object
| |
ContextParameters(String) |
Initialize with an XML RecordSet or DataSet
| |
ContextParameters(XmlDocument) |
Creates WFG context from a XML document (RecordSet or DataSet XML Document)
|
Name | Description | |
---|---|---|
Add |
Adds a new data parameter to the collection
| |
ApplyFilter(Hashtable) |
Filter the collection with parameters matching with the parameter criterias
| |
ApplyFilter(String, ContextParametersComparisonOperators) |
Filter the collection with parameters matching with the name
| |
ApplyFilter(Type, ContextParametersComparisonOperators) |
Filter the collection with parameters matching the data type
| |
ApplyFilter(ContextParameterDirections, ContextParametersComparisonOperators) |
Filter the collection with parameters matching the direction
| |
Contains |
Determines whether or not a data parameter identified by the given name exists into the collection
| |
Dispose |
Frees resources and perform other operations before the Object is reclaimed by garbage collector.
| |
GetEnumerator |
Returns an enumerator that can iterate through the data parameters collection (non-IEnumerable version)
| |
GetXml |
Returns the XML string representation of the collection, with the initial format received
| |
GetXml(ContextParametersXmlFormat) |
Returns an XML string representation of the collection
| |
Init |
Reset and init the collection from the original context
| |
Remove |
Removes the data parameter identified by the given name from the collection
| |
RemoveFilter |
Remove all previous filters and restore the collection with the last updated values.
| |
ResetFilter |
Reset all previous filters and restore the collection with the original context.
| |
Save(String) |
Save the current data parameters collection into an XML file
| |
Save(String, ContextParametersXmlFormat) |
Save the current data parameters collection into an XML file
| |
Update |
Commits all the changes made to the parameters
| |
Update(Int32) |
Commits the changes made to the parameter specified by the index
| |
Update(String) |
Commits the changes made to the parameter specified by the name
|
Name | Description | |
---|---|---|
Count |
Counts the number of ParameterData contained into the collection
| |
ItemInt32 |
Gets the data parameter associated with the specified index
| |
ItemString |
Gets the data parameter associated with the specified name
|