Show / Hide Table of Contents

Interface IGetsValidatorFromManifest

An object which gets an IValidator from a ValidationManifest.

Namespace: CSF.Validation.Manifest
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IGetsValidatorFromManifest

Methods

| Improve this Doc View Source

GetValidator(ValidationManifest)

Gets a validator from a validation manifest.

Declaration
IValidator GetValidator(ValidationManifest manifest)
Parameters
Type Name Description
ValidationManifest manifest

The validation manifest.

Returns
Type Description
IValidator

A validator.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX