Class ManifestItemValidatorBuilder
A builder which configures rules for a validator which validates a type that derives from ManifestItem.
Inheritance
System.Object
ManifestItemValidatorBuilder
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 ManifestItemValidatorBuilder : IBuildsValidator<ManifestItem>
Methods
| Improve this Doc View SourceConfigureValidator(IConfiguresValidator<ManifestItem>)
Configures the validator using a helper object.
Declaration
public void ConfigureValidator(IConfiguresValidator<ManifestItem> config)
Parameters
Type | Name | Description |
---|---|---|
IConfiguresValidator<ManifestItem> | config |