M-Files Vault Application Framework
C#
Show/Hide TOC
State
Transition
Attribute
Matches
Environment Method
MatchesEnvironment checks the method filters against the current event context and determines if the handler should be called.
Definition
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
bool
MatchesEnvironment
(
IStateTransitionEnvironment
context
)
Parameters
context
IStateTransitionEnvironment
The state context object.
Return Value
Boolean
Returns true if the handler method should be called.
Implements
IStateTransitionAttribute
MatchesEnvironment(IStateTransitionEnvironment)
See Also
Reference
StateTransitionAttribute Class
MFiles.VAF.Common Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also