Class MessageProviderTypeMatchingInfoProvider
A service which gets a collection of the IGets
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 IGets
Declaration
public IEnumerable<IGetsMessageProviderTypeMatchingInfoForRule> GetMatchingInfo(Type messageProviderType)
Parameters
Type | Name | Description |
---|---|---|
System. |
messageProviderType | A message-provider type. |
Returns
Type | Description |
---|---|
System. |
A collection of matching info objects. |