C# 클래스 CommonConcepts.Test.Helpers.MockConfiguration

상속: IConfiguration
파일 보기 프로젝트 열기: Rhetos/Rhetos 1 사용 예제들

공개 메소드들

메소드 설명
GetBool ( string key, bool defaultValue ) : Lazy
GetInt ( string key, int defaultValue ) : Lazy
MockConfiguration ( object>.Dictionary settings = null ) : System

메소드 상세

GetBool() 공개 메소드

public GetBool ( string key, bool defaultValue ) : Lazy
key string
defaultValue bool
리턴 Lazy

GetInt() 공개 메소드

public GetInt ( string key, int defaultValue ) : Lazy
key string
defaultValue int
리턴 Lazy

MockConfiguration() 공개 메소드

public MockConfiguration ( object>.Dictionary settings = null ) : System
settings object>.Dictionary
리턴 System