Interface IGetsRuleMatchingInfoForMessageProviderType
An object which gets a collection of the IGetsMessageProviderTypeMatchingInfoForRule applicable for a specified message provider type.
Namespace: CSF.Validation.Messages
Assembly: CSF.Validation.dll
Syntax
public interface IGetsRuleMatchingInfoForMessageProviderType
Methods
| Improve this Doc View SourceGetMatchingInfo(Type)
Gets a collection of IGetsMessageProviderTypeMatchingInfoForRule which are applicable to the specified message provider type.
Declaration
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. |