VaultApplicationBaseRegisterHandlersT Method
Generic method for collecting all methods from the given source that are decorated with the specified attribute type.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected void RegisterHandlers<T>(
IMethodSource source,
Action<MethodInfo, Object, Vault> registerAction,
Vault vault
)
where T : Attribute
- source IMethodSource
- The object that is being searched for the methods.
- registerAction ActionMethodInfo, Object, Vault
- The action that is executed for all the found methods.
- vault Vault
- The vault object.
- T
- The attribute type that is being searched.