Show / Hide Table of Contents

Interface IHasWrappedFailureMessageProvider

An object which wraps (like in the Adapter Pattern) an implementation of a failure message provider.

Namespace: CSF.Validation.Messages
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IHasWrappedFailureMessageProvider

Methods

| Improve this Doc View Source

GetWrappedProvider()

Gets a reference to the wrapped failure message provider instance.

Declaration
object GetWrappedProvider()
Returns
Type Description
System.Object

The wrapped failure message provider.

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