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.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
[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, String) Creates a new AdapterCommandAttribute with the specified description value.

Properties

AllowedRoles Gets the roles which are allowed to invoke this adapter command.
Description Gets the description of this adapter command.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)

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