Interface IGetsValidationManifest
An object which can get a ValidationManifest.
Namespace: CSF.Validation.ValidatorBuilding
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IGetsValidationManifest
Methods
| Improve this Doc View SourceGetManifest()
Gets a manifest from the current instance.
Declaration
ValidationManifest GetManifest()
Returns
Type | Description |
---|---|
ValidationManifest | A validation manifest. |