Show / Hide Table of Contents

Class ValidationManifestValidatorBuilder

A validator-builder for instances of ValidationManifest.

Inheritance
System.Object
ValidationManifestValidatorBuilder
Implements
IBuildsValidator<ValidationManifest>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CSF.Validation.ValidatorValidation
Assembly: CSF.Validation.StandardRules.dll
Syntax
public class ValidationManifestValidatorBuilder : IBuildsValidator<ValidationManifest>

Methods

| Improve this Doc View Source

ConfigureValidator(IConfiguresValidator<ValidationManifest>)

Configures the validator using a helper object.

Declaration
public void ConfigureValidator(IConfiguresValidator<ValidationManifest> config)
Parameters
Type Name Description
IConfiguresValidator<ValidationManifest> config

Implements

IBuildsValidator<TValidated>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX