Contains parameters
Inheritance Hierarchy
Ontotext.S4.commonParameters
Namespace: Ontotext.S4.common
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Parameters type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Parameters |
Construct the parameters from an array of name-value pairs using equals '=' as the separator.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| getValue(String) |
Get the value associated with a parameter.
| |
| getValue(String, String) |
Get the value associated with a parameter or return the given default if it is not available.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| parseNameValuePairs | ||
| setDefaultValue |
Set a default value, i.e. set this parameter to have the given value ONLY if it has not already
been set.
| |
| setValue |
Associate the given value with the given parameter name.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| mParameters |
See Also