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 SourceGetWrappedProvider()
Gets a reference to the wrapped failure message provider instance.
Declaration
object GetWrappedProvider()
Returns
Type | Description |
---|---|
System.Object | The wrapped failure message provider. |