Show / Hide Table of Contents

Interface IGetsMessageProviderInfo

An object which gets a collection of the MessageProviderInfo applicable for a specified rule result.

Namespace: CSF.Validation.Messages
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IGetsMessageProviderInfo

Methods

| Improve this Doc View Source

GetMessageProviderInfo(ValidationRuleResult)

Gets a collection of MessageProviderInfo which are applicable for the specified rule result.

Declaration
IEnumerable<MessageProviderInfo> GetMessageProviderInfo(ValidationRuleResult ruleResult)
Parameters
Type Name Description
ValidationRuleResult ruleResult

A validation rule result.

Returns
Type Description
System.Collections.Generic.IEnumerable<MessageProviderInfo>

A collection of message provider info objects.

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