Class MessageProviderTypeMatchingInfoProvider
A service which gets a collection of the IGetsMessageProviderTypeMatchingInfoForRule for a message provider, based on its FailureMessageStrategyAttribute.
Inheritance
System.Object
MessageProviderTypeMatchingInfoProvider
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 MessageProviderTypeMatchingInfoProvider : IGetsRuleMatchingInfoForMessageProviderType
Methods
| Improve this Doc View SourceGetMatchingInfo(Type)
Gets a collection of IGetsMessageProviderTypeMatchingInfoForRule which are applicable to the specified message provider type.
Declaration
public IEnumerable<IGetsMessageProviderTypeMatchingInfoForRule> GetMatchingInfo(Type messageProviderType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | messageProviderType | A message-provider type. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IGetsMessageProviderTypeMatchingInfoForRule> | A collection of matching info objects. |