IConfigurationValidator<T> Interface

Definition

Interface that defines a policy for validating configuration data.

public interface IConfigurationValidator<T>
type IConfigurationValidator<'T> = interface
Public Interface IConfigurationValidator(Of T)

Type Parameters

T

The type of the configuration metadata.

Derived

Methods

Validate(T)

Validate the retrieved configuration.

Applies to