C# Class FluentValidation.Resources.LazyStringSource

Lazily loads the string
Inheritance: IStringSource
Afficher le fichier Open project: JeremySkinner/FluentValidation

Méthodes publiques

Méthode Description
GetString ( ) : string

Gets the value

LazyStringSource ( Func stringProvider ) : System

Creates a new LazyStringSource

Method Details

GetString() public méthode

Gets the value
public GetString ( ) : string
Résultat string

LazyStringSource() public méthode

Creates a new LazyStringSource
public LazyStringSource ( Func stringProvider ) : System
stringProvider Func
Résultat System