VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF
ApplicationRunningStatus Enumeration
AssemblyLocator Class
AssemblyProxy Class
AssemblyVersionCompatibilityResolver Class
DynamicModuleLoader Class
EventHandlerMethodInfo Class
EventHandlerMethodInfo.EventHandlerMethod Delegate
EventTracingForWindows Class
EventTracingForWindowsImpl Class
IApplicationLicense Interface
IEventHandlerMethodInfo Interface
IExecutionTrace Interface
ILicensedVaultApplication Interface
IMetadataStructureCacheEventSink Interface
IMethodInfoBase Interface
IPropertyMethodInfo Interface
IStateMethodInfo Interface
IStateTransitionMethodInfo Interface
IUsesVaultExtensionMethods Interface
IVaultApplication Interface
IVaultExtensionMethodInfo Interface
LicenseManagerBase(T) Class
ModularVaultApplicationBase Class
PropertyMethodInfo Class
PropertyMethodInfo.AutomaticNumberingMethod Delegate
PropertyMethodInfo.CustomValueMethod Delegate
PropertyMethodInfo.ValidationMethod Delegate
ScriptCancellationException Class
ScriptEnvironment Class
ScriptResult Class
StateMethodInfo Class
StateMethodInfo.PostConditionsMethod Delegate
StateMethodInfo.PreConditionsMethod Delegate
StateMethodInfo.RunActionMethod Delegate
StateTransitionMethodInfo Class
StateTransitionMethodInfo.AutomaticStateTransitionTriggerMethod Delegate
VaultApplicationBase Class
VaultApplicationBase.MethodInfoPriorityComparer(T) Class
VaultExtensionMethodInfo Class
VaultExtensionMethodInfo.VaultExtensionMethod Delegate
VaultExtensionMethodInfo
VaultExtensionMethod Delegate
Delegate declaration for the event handler methods. Invoking the handlers through delegates is much faster than invoking from the MethodInfo.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
delegate
string
VaultExtensionMethod
(
EventHandlerEnvironment
environment
)
Parameters
environment
Type:
MFiles.VAF.Common
EventHandlerEnvironment
Return Value
Type:
String
See Also
Reference
MFiles.VAF Namespace