VaultExtensionMethodAttribute Class

The attribute class for extension method implementations.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class VaultExtensionMethodAttribute : Attribute, 
	IEventHandlerAttribute
Inheritance
Object    Attribute    VaultExtensionMethodAttribute
Implements
IEventHandlerAttribute

Constructors

Properties

EventType The event handler type.
Filter Filter for matching the vault extension method handlers.
HasSeparateEventHandlerProxy Should the Vault Extension Method have a separate Event Handler proxy.
RequiredVaultAccess The vault access that is required to perform the call.
VaultUserIdentity  

Methods

MatchesEnvironment MatchesEnvironment checks the event handler attributes against the current event environment and determines if the handler should be called.

See Also