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