Show / Hide Table of Contents

Interface IGetsValidatedValueFromBasis

An object which can get a ValidatedValue from a ValidatedValueBasis.

Namespace: CSF.Validation.RuleExecution
Assembly: CSF.Validation.dll
Syntax
public interface IGetsValidatedValueFromBasis

Methods

| Improve this Doc View Source

GetValidatedValue(ValidatedValueBasis)

Gets the validated value.

Declaration
ValidatedValue GetValidatedValue(ValidatedValueBasis basis)
Parameters
Type Name Description
ValidatedValueBasis basis

A validated-value basis.

Returns
Type Description
ValidatedValue

A validated value.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX