C# Class Pretzel.Logic.Configuration

Inheritance: IConfiguration
Show file Open project: Code52/pretzel Class Usage Examples

Public Methods

Method Description
ContainsKey ( string key ) : bool
ToDictionary ( ) : object>.IDictionary
TryGetValue ( string key, object &value ) : bool
this ( string key ) : object

Private Methods

Method Description
Configuration ( ) : System.Collections.Generic
Configuration ( IFileSystem fileSystem, string sitePath ) : System.Collections.Generic
EnsureDefaults ( ) : void
ReadFromFile ( ) : void

Method Details

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

ToDictionary() public method

public ToDictionary ( ) : object>.IDictionary
return object>.IDictionary

TryGetValue() public method

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

this() public method

public this ( string key ) : object
key string
return object