AdapterCommandAttribute Class

Represents an attribute that allows a method in an IAdapter class to be exposed as an invokable command.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.143 -- Release Build+6200516e1d8796210682e4fa5670553a73472309
[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class AdapterCommandAttribute : Attribute
Inheritance
Object    Attribute    AdapterCommandAttribute

Remarks

Only public methods will be exposed as invokable.

Constructors

AdapterCommandAttribute(String) Creates a new AdapterCommandAttribute with the specified description value.
AdapterCommandAttribute(String, Boolean) Represents an attribute that allows a method in an IAdapter class to be exposed as an invokable command.

Properties

Description Gets the description of this adapter command.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
UIAccessible Gets the flag that indicates if this should be included in the UI.

Methods

EqualsReturns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute)
GetHashCodeReturns the hash code for this instance.
(Inherited from Attribute)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute)
MatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also