Skip to main content

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
TypeName
ServiceStack.FluentValidation.ICommonContextcontext