Parameters Class A Sandcastle Documented Class Library
Contains parameters
Inheritance Hierarchy

SystemObject
  Ontotext.S4.commonParameters

Namespace: Ontotext.S4.common
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class Parameters

The Parameters type exposes the following members.

Constructors

  NameDescription
Public methodParameters
Construct the parameters from an array of name-value pairs using equals '=' as the separator.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetValue(String)
Get the value associated with a parameter.
Public methodgetValue(String, String)
Get the value associated with a parameter or return the given default if it is not available.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodparseNameValuePairs
Public methodsetDefaultValue
Set a default value, i.e. set this parameter to have the given value ONLY if it has not already been set.
Public methodsetValue
Associate the given value with the given parameter name.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Private fieldmParameters
Top
See Also

Reference