AdapterInfo Class

Represents an adapter type and its key attributes.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public class AdapterInfo : IEquatable<AdapterInfo>
Inheritance
Object    AdapterInfo
Implements
IEquatableAdapterInfo

Constructors

AdapterInfoInitializes a new instance of the AdapterInfo class
Obsolete.

Properties

AdapterName Gets the user-friendly name for the adapter as loaded from the DescriptionAttribute.
AssemblyName Gets the assembly file name for the adapter.
BrowsableState Gets the EditorBrowsableState for the adapter.
Description Gets the description for the adapter as loaded from the DescriptionAttribute.
Parameters Gets the connection string parameters for the adapter.
Type Gets the type of the adapter.
TypeName Gets the full name of the adapter type.

Methods

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)

See Also