Class SingleGenericMessageProviderStrategy
A strategy for getting IGetsFailureMessage from a type that implements the generic IGetsFailureMessage<TValidated>.
Inheritance
System.Object
SingleGenericMessageProviderStrategy
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.Messages
Assembly: CSF.Validation.dll
Syntax
public class SingleGenericMessageProviderStrategy : IGetsNonGenericMessageProvider
Constructors
| Improve this Doc View SourceSingleGenericMessageProviderStrategy(IServiceProvider)
Initialises a new instance of SingleGenericMessageProviderStrategy.
Declaration
public SingleGenericMessageProviderStrategy(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IServiceProvider | serviceProvider | A service provider. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | If the |
Methods
| Improve this Doc View SourceGetNonGenericFailureMessageProvider(MessageProviderTypeInfo, Type)
Gets the failure message provider for the specified type and original rule interface.
Declaration
public IGetsFailureMessage GetNonGenericFailureMessageProvider(MessageProviderTypeInfo providerType, Type ruleInterface)
Parameters
| Type | Name | Description |
|---|---|---|
| MessageProviderTypeInfo | providerType | The message provider type. |
| System.Type | ruleInterface | The interface used for the original rule. |
Returns
| Type | Description |
|---|---|
| IGetsFailureMessage | An implementation of IGetsFailureMessage. |