VaultExtensionMethodCall Class

Defines a how a VaultExtensionMethod can be called. Assumes that the parameters are always an array that will be serialized as json when called.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class VaultExtensionMethodCall
Inheritance
Object    VaultExtensionMethodCall

Constructors

Properties

Map Allows for dynamic parameters to be specified at call time. The dynamic parameters are named, and this dictionary maps those names to a specific parameter index.
Method The name of the vault extension method.
Params The parameters for the vault extension method.

See Also