VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Common
IStateTransitionAttribute Interface
IStateTransitionAttribute Methods
MatchesEnvironment Method
IStateTransitionAttribute
MatchesEnvironment Method
MatchesEnvironment is a method that is used in evaluating the calling context against the provided filters.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
bool
MatchesEnvironment
(
IStateTransitionEnvironment
context
)
Parameters
context
Type:
MFiles.VAF.Common
IStateTransitionEnvironment
The environment object to check.
Return Value
Type:
Boolean
True if the filters are fulfilled and the handler should be called.
See Also
Reference
IStateTransitionAttribute Interface
MFiles.VAF.Common Namespace