nspectre - declarative validation for .NET

IPreprocessor Interface

IPreprocessor defines the interface for preprocessors.

For a list of all members of this type, see IPreprocessor Members.

public interface IPreprocessor

Types that implement IPreprocessor

Type Description
PreprocessorBase PreprocessorBase is a base implementation of IPreprocessor.
ValidateBase ValidateBase is the Preprocessor responsible for creating specifications to validate base classes.
ValidateChildren ValidateChildren is the Preprocessor responsible for creating specifications to validate children.

Requirements

Namespace: NSpectre.Core.Plugins

Assembly: NSpectre.Core (in NSpectre.Core.dll)

See Also

IPreprocessor Members | NSpectre.Core.Plugins Namespace