PropertyAttributeMatchesEnvironment Method

MatchesEnvironment checks the event handler attributes against the current 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#
public bool MatchesEnvironment(
	IPropertyEnvironment context
)

Parameters

context  IPropertyEnvironment
The event handler context object.

Return Value

Boolean
Returns true if the event handler should be called.

Implements

IPropertyAttributeMatchesEnvironment(IPropertyEnvironment)

See Also