LazyStringSource
Lazily loads the string
Assembly: ServiceStack.dll
View Source
Declaration
[Obsolete("LazyStringSource is deprecated and will be removed in FluentValidation 10. Use a Func<PropertyValidatorContext, string> instead.")]
public class LazyStringSource : IStringSource
Methods
GetString(ICommonContext)
Gets the value
View Source
Declaration
public string GetString(ICommonContext context)
Returns
System.String
Parameters
Type | Name |
---|---|
ServiceStack.FluentValidation.ICommonContext | context |