ConnectionParameter Class

Represents a connection parameter.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public class ConnectionParameter
Inheritance
Object    ConnectionParameter

Remarks

Intended to provide user interfaces with a structured representation of a connection string parameter, i.e., adapter properties marked with the ConnectionStringParameterAttribute.

Constructors

ConnectionParameterInitializes a new instance of the ConnectionParameter class

Properties

AvailableValues Gets the available values, e.g., when DataType is "Enum".
Category Gets the category of the parameter.
DataType Gets the basic type of the parameter.
DefaultValue Gets the default value of the parameter.
Description Gets the description of the parameter.
IsVisibleToUI Gets whether this parameter should be visible in the UI.
Label Gets or sets the label of the parameter.
Name Gets the name of the parameter.
Value Gets or sets the parameter value.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetConnectionParameter Gets a ConnectionParameter instance from a PropertyInfo.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Operators

(PropertyInfo to ConnectionParameter) Implicitly converts a PropertyInfo to a ConnectionParameter.

Extension Methods

Clone Creates and returns a cloned instance of the original connection parameter.
(Defined by ConnectionParameterExtensions)

See Also