ConnectionParameter Class

Represents a connection parameter.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.152 -- Release Build+b2d9dfdf9f88883db99a75176343ddd4e07a1f25
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.
DisplayOrder Gets the display order for the parameter. Parameters with the same display order will be displayed in the same row. Lower values are displayed first.
IsPhasor Get the flag that indicates which which measurements to search for.
IsRequired Gets a flag that indicates if the parameter is required.
IsVisibleToUI Gets whether this parameter should be visible in the UI.
Label Gets or sets the label of the parameter.
LowerLimit Gets the lower limit for parameter value.
Name Gets the name of the parameter.
SupportedSignalTypes Get the array of supported signal types for this parameter.
UpperLimit Gets the upper limit for parameter value.
UseAlternateUI Gets a value indicating whether the application should use the alternate user interface form.
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