Show / Hide Table of Contents

Class ManifestItemValidatorBuilder

A builder which configures rules for a validator which validates a type that derives from ManifestItem.

Inheritance
System.Object
ManifestItemValidatorBuilder
Implements
IBuildsValidator<ManifestItem>
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 ManifestItemValidatorBuilder : IBuildsValidator<ManifestItem>

Methods

| Improve this Doc View Source

ConfigureValidator(IConfiguresValidator<ManifestItem>)

Configures the validator using a helper object.

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

Implements

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