public class VaultExtensionMethodInfo : IVaultExtensionMethodInfo,
IMethodInfoBase
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 |
Execute | Conditionally executes the event handler method. |
ExecuteAnonymous |
eventHandlerType | |
requiredVaultAccess | The vault access level that is required from the caller to perform this call. |
vaultAnonymousExtensionMethod | |
vaultExtensionMethod | The method to call. |