C# Class FluentValidation.Resources.LazyStringSource

Lazily loads the string
Inheritance: IStringSource
Mostrar archivo Open project: JeremySkinner/FluentValidation

Public Methods

Method Description
GetString ( ) : string

Gets the value

LazyStringSource ( Func stringProvider ) : System

Creates a new LazyStringSource

Method Details

GetString() public method

Gets the value
public GetString ( ) : string
return string

LazyStringSource() public method

Creates a new LazyStringSource
public LazyStringSource ( Func stringProvider ) : System
stringProvider Func
return System