Show / Hide Table of Contents

Class ValueAccessExceptionBehaviourProvider

A service which resolves the effective accessor-exception-handling behaviour.

Inheritance
System.Object
ValueAccessExceptionBehaviourProvider
Implements
IGetsAccessorExceptionBehaviour
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 Source

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

Implements

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