Class ManifestItemValidatorBuilder.RecursiveItemValidatorBuilder
Validator builder which adds recursive validaiton for items which are attached to the manifest item object graph.
Inheritance
System.Object
ManifestItemValidatorBuilder.RecursiveItemValidatorBuilder
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 RecursiveItemValidatorBuilder : 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 |