VaultApplicationBaseRegisterPropertyHandler Method

Registers the specified property handler method.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual void RegisterPropertyHandler(
	MethodInfo method,
	Object instance,
	Vault vault
)

Parameters

method  MethodInfo
Method that is being registered.
instance  Object
The object that hosts this particular method.
vault  Vault
The vault object.

See Also