Show / Hide Table of Contents

Class ManifestRuleValidatorBuilder

A builder which configures rules for a validator which validates instances of ManifestRule.

Inheritance
System.Object
ManifestRuleValidatorBuilder
Implements
IBuildsValidator<ManifestRule>
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 ManifestRuleValidatorBuilder : IBuildsValidator<ManifestRule>

Methods

| Improve this Doc View Source

ConfigureValidator(IConfiguresValidator<ManifestRule>)

Configures the validator using a helper object.

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

Implements

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