VaultExtensionMethodInfo Class

VaultExtensionMethodInfo encapsulates an vault extension method call.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class VaultExtensionMethodInfo : IVaultExtensionMethodInfo, 
	IMethodInfoBase
Inheritance
Object    VaultExtensionMethodInfo
Implements
IMethodInfoBase, IVaultExtensionMethodInfo

Constructors

Properties

GetEventHandlerType  
HasSeparateEventHandlerProxy Should the Vault Extension Method have a separate Event Handler proxy.
LogString Returns the vault extension method info into a string that contains the method name and declaring type.
Priority The event handler method call priority. Calls with higher priority should be executed before calls with lower priority.
VaultUserIdentity  

Methods

Execute Conditionally executes the event handler method.
ExecuteAnonymous  

Fields

eventHandlerType  
requiredVaultAccess The vault access level that is required from the caller to perform this call.
vaultAnonymousExtensionMethod  
vaultExtensionMethod The method to call.

See Also