AdapterCommandInfo Class

Represents the set of adapter command attributes for an adapter.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public class AdapterCommandInfo : IEquatable<AdapterCommandInfo>
Inheritance
Object    AdapterCommandInfo
Implements
IEquatableAdapterCommandInfo

Constructors

AdapterCommandInfoInitializes a new instance of the AdapterCommandInfo class
Obsolete.

Properties

Info Gets the adapter type and its key attributes.
MethodAttributeMap Gets the map of adapter command attributes by name.
MethodAttributes Gets the adapter command method attributes for the adapter.

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