Show / Hide Table of Contents

Interface IGetsRuleWithMessageProvider

An object which can get an instance of IGetsValidationRuleResultWithMessage applicable for the specified options.

Namespace: CSF.Validation.Messages
Assembly: CSF.Validation.dll
Syntax
public interface IGetsRuleWithMessageProvider

Methods

| Improve this Doc View Source

GetRuleWithMessageProvider(ResolvedValidationOptions)

Gets a the rule/message provider applicable for the specified options.

Declaration
IGetsValidationRuleResultWithMessage GetRuleWithMessageProvider(ResolvedValidationOptions options)
Parameters
Type Name Description
ResolvedValidationOptions options

Validation options.

Returns
Type Description
IGetsValidationRuleResultWithMessage

A rule/message provider.

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