Interface IManifestNode
A node in the validation manifest. Typically either a ValidationManifest itself or a ManifestItem.
Namespace: CSF.Validation.Manifest
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IManifestNode
Properties
| Improve this Doc View SourceValidatedType
Gets the type of the object which the current manifest node describes.
Declaration
Type ValidatedType { get; }
Property Value
Type | Description |
---|---|
System.Type |