Class ValueAccessExceptionBehaviourProvider
A service which resolves the effective accessor-exception-handling behaviour.
Inheritance
System.Object
ValueAccessExceptionBehaviourProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CSF.Validation.RuleExecution
Assembly: CSF.Validation.dll
Syntax
public class ValueAccessExceptionBehaviourProvider : IGetsAccessorExceptionBehaviour
Methods
| Improve this Doc View SourceGetBehaviour(ManifestItem, ResolvedValidationOptions)
Gets the behaviour to use for a specified manifest value.
Declaration
public ValueAccessExceptionBehaviour GetBehaviour(ManifestItem manifestValue, ResolvedValidationOptions validationOptions)
Parameters
Type | Name | Description |
---|---|---|
ManifestItem | manifestValue | The manifest value for which behaviour is required. |
ResolvedValidationOptions | validationOptions | The validation options. |
Returns
Type | Description |
---|---|
ValueAccessExceptionBehaviour | The exception behaviour to use. |