Show / Hide Table of Contents

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 Source

ValidatedType

Gets the type of the object which the current manifest node describes.

Declaration
Type ValidatedType { get; }
Property Value
Type Description
System.Type
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX