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 SourceGetValidatedValue(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. |