Show / Hide Table of Contents

Interface IGetsValidatedValue

An object which gets a ValidatedValue (including a hierarchy of descendent values) from a ManifestItem and the object to be validated.

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

Methods

| Improve this Doc View Source

GetValidatedValue(ManifestItem, Object, ResolvedValidationOptions)

Gets the validated value from the specified manifest value and object to be validated.

Declaration
ValidatedValue GetValidatedValue(ManifestItem manifestValue, object objectToBeValidated, ResolvedValidationOptions options)
Parameters
Type Name Description
ManifestItem manifestValue

The manifest value.

System.Object objectToBeValidated

The object to be validated.

ResolvedValidationOptions options

The validation options.

Returns
Type Description
ValidatedValue

A validated value, including a hierarchy of descendent values and the rules which may be executed upon those values.

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