Show / Hide Table of Contents

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 Source

GetMatchingInfo(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX