C# 클래스 FluentValidation.Resources.LazyStringSource

Lazily loads the string
상속: IStringSource
파일 보기 프로젝트 열기: JeremySkinner/FluentValidation

공개 메소드들

메소드 설명
GetString ( ) : string

Gets the value

LazyStringSource ( Func stringProvider ) : System

Creates a new LazyStringSource

메소드 상세

GetString() 공개 메소드

Gets the value
public GetString ( ) : string
리턴 string

LazyStringSource() 공개 메소드

Creates a new LazyStringSource
public LazyStringSource ( Func stringProvider ) : System
stringProvider Func
리턴 System