C# 클래스 Pretzel.Logic.Configuration

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

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool
ToDictionary ( ) : object>.IDictionary
TryGetValue ( string key, object &value ) : bool
this ( string key ) : object

비공개 메소드들

메소드 설명
Configuration ( ) : System.Collections.Generic
Configuration ( IFileSystem fileSystem, string sitePath ) : System.Collections.Generic
EnsureDefaults ( ) : void
ReadFromFile ( ) : void

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

ToDictionary() 공개 메소드

public ToDictionary ( ) : object>.IDictionary
리턴 object>.IDictionary

TryGetValue() 공개 메소드

public TryGetValue ( string key, object &value ) : bool
key string
value object
리턴 bool

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object