StatePreConditionsAttribute Class |
Namespace: MFiles.VAF.Common
The StatePreConditionsAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | StatePreConditionsAttribute |
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.
(Inherited from StateAttribute.) |
![]() | Type |
The state attribute type.
(Inherited from StateAttribute.) |
Name | Description | |
---|---|---|
![]() | MatchesEnvironment |
MatchesEnvironment checks the method filters against the current event context and determines if the handler should be called.
(Inherited from StateAttribute.) |
Name | Description | |
---|---|---|
![]() | classIdentifier |
Internal MFIdentifier version of the Class.
(Inherited from ScriptAttributeBase.) |
![]() | objectTypeIdentifier |
Internal MFIdentifier of the ObjectType.
(Inherited from ScriptAttributeBase.) |