Table of Contents

Interface IWithMessageTemplate<T, TProperty, TOptions>

Namespace
ExpressValidator
Assembly
ExpressValidator.dll
public interface IWithMessageTemplate<T, TProperty, TOptions>

Type Parameters

T
TProperty
TOptions

Methods

WithTemplateArgument(string, Func<TOptions, object>)

IConfiguredPropertyBuilder<T, TProperty, TOptions> WithTemplateArgument(string argName, Func<TOptions, object> f)

Parameters

argName string
f Func<TOptions, object>

Returns

IConfiguredPropertyBuilder<T, TProperty, TOptions>