Class ValidationManifestValidatorBuilder
A validator-builder for instances of ValidationManifest.
Inheritance
System.Object
ValidationManifestValidatorBuilder
Implements
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 SourceConfigureValidator(IConfiguresValidator<ValidationManifest>)
Configures the validator using a helper object.
Declaration
public void ConfigureValidator(IConfiguresValidator<ValidationManifest> config)
Parameters
Type | Name | Description |
---|---|---|
IConfiguresValidator<ValidationManifest> | config |