IMetadataStructureValidator Interface

The validator interface for checking if the metadata structure reference of given object is valid.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public interface IMetadataStructureValidator

Methods

ValidateItem(Vault, IConfiguration, Object, ValidationResultBase, Assembly, Int32) Validate item with its children. Can validate static and instance objects.
ValidateItem(Vault, String, Object, ValidationResultBase, Assembly, Int32) Validate item with its children. Can validate static and instance objects.
ValidateItem(Vault, String, Object, ValidationResultBase, ResourceManager, Assembly, Int32) Validate item with its children. Can validate static and instance objects.

See Also