StateAttribute Class |
Namespace: MFiles.VAF.Common
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true)] public class StateAttribute : ScriptAttributeBase, IStateAttribute
The StateAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | StateAttribute |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Class |
The objects of a specific class to which the method is bound.
(All classes assumed if not specified.)
(Inherited from ScriptAttributeBase.) |
![]() | ObjectType |
The object type to which the method is bound.
(All object types assumed if not specified.)
(Inherited from ScriptAttributeBase.) |
![]() | Priority |
The event handling priority. The highest priority handlers receive the event first. Large number indicates a high priority. 0 is the default value.
(Inherited from ScriptAttributeBase.) |
![]() | State |
The property definition alias where the method containing this attribute should be attached.
|
![]() | Type |
The state attribute type.
|
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Name | Description | |
---|---|---|
![]() | Equals | 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.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) |
![]() | GetType | 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.) |
![]() | Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.) |
![]() | MatchesEnvironment |
MatchesEnvironment checks the method filters against the current event context and determines if the handler should be called.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | classIdentifier |
Internal MFIdentifier version of the Class.
(Inherited from ScriptAttributeBase.) |
![]() | objectTypeIdentifier |
Internal MFIdentifier of the ObjectType.
(Inherited from ScriptAttributeBase.) |