ConfigurationStorageInVaultValidatingValueProvider Class

A class to wrap a serialization value provider and to perform a validation for deserialized value.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected class ValidatingValueProvider : IValueProvider
Inheritance
Object    ConfigurationStorageInVaultValidatingValueProvider
Implements
IValueProvider

Constructors

Methods

GetValue A pass-through value getter.
SetValue Value setter. Performs the value validation.

See Also