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