The base class of any attribute whose purpose is to activate a Gear<TResult> by declaratively decorate another Gear<TResult> class.
Top
Top
Top
Top
The following tables list the members exposed by the DeclarationFirstGearAttribute type.
Name | Description | |
---|---|---|
DeclarationFirstGearAttribute | Creates a new DeclarationFirstGearAttribute instance. |
Name | Description | |
---|---|---|
RunningOrder | Gets or sets the running order. | |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (inherited from Attribute). |
Name | Description | |
---|---|---|
Equals | (Overloaded) Returns a value that indicates whether this instance is equal to a specified object. (inherited from Attribute). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | |
GetCustomAttribute | (Overloaded) Retrieves a custom attribute applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. (inherited from Attribute). | |
GetCustomAttributes | (Overloaded) Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. (inherited from Attribute). | |
GetGearToRun | Gets the gear to run. | |
GetHashCode | Returns the hash code for this instance. (inherited from Attribute). | |
GetType | (Overloaded) Gets the Type of the current instance. (inherited from Object). | |
IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (inherited from Attribute). | |
IsDefined | (Overloaded) Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. (inherited from Attribute). | |
Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (inherited from Attribute). | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
OnCompleteGearInputs | Handles the request to complete the gear to run inputs. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object). | |
ToString | Returns a string that represents the current object. (inherited from Object). |
Name | Description | |
---|---|---|
FromNullable | Converts object values to nullable relational data store values. (Defined by Object_ToNullable). | |
GetAttribute | Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes). | |
GetAttribute<TAtribute> | (Overloaded) Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes). | |
GetAttributes | Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes). | |
GetAttributes<TAtribute> | (Overloaded) Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes). | |
ToNullable<T> | Converts nullable relational data store values to Nullable<T>. (Defined by Object_ToNullable). |