IStringSource
Provides error message templates
Assembly: ServiceStack.dll
View Source
Declaration
[Obsolete("IStringSource is deprecated and will be removed in FluentValidation 10.")]
public interface IStringSource
Methods
GetString(ICommonContext)
Construct the error message template
View Source
Declaration
string GetString(ICommonContext context)
Returns
System.String
: Error message template
Parameters
Type | Name |
---|---|
ServiceStack.FluentValidation.ICommonContext | context |