Class UseExistingInstanceMessageProviderStrategy
A strategy for IGetsNonGenericMessageProvider which uses an existing instance from a InstanceMessageProviderInfo.
Inheritance
System.Object
UseExistingInstanceMessageProviderStrategy
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 UseExistingInstanceMessageProviderStrategy : IGetsNonGenericMessageProvider
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. |