ContextParameters Methods |
The ContextParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a new data parameter to the collection
| |
| ApplyFilter(Hashtable) |
Filter the collection with parameters matching with the parameter criteria
| |
| 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)
| |
| GetJson |
Returns a JSON string representation of the context
| |
| GetXml |
Returns an XML string representation of the context
| |
| GetXml(Boolean) |
Returns an XML string representation of the context
| |
| 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 |
Save the current context into a 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
|