Show / Hide Table of Contents

Interface IHasValidationBuilderContext

An object which exposes a ValidatorBuilderContext as a property.

Namespace: CSF.Validation.ValidatorBuilding
Assembly: CSF.Validation.dll
Syntax
public interface IHasValidationBuilderContext

Properties

| Improve this Doc View Source

Context

Gets the validator builder context associated with the current instance.

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