C# Class Config.Config

Show file Open project: phillipknauss/CqrsSiteEngine Class Usage Examples

Public Methods

Method Description
Get ( string name ) : string
Init ( string>.IDictionary settings ) : void
InitFromXml ( string xml ) : void
LoadFromXml ( string path ) : void

Method Details

Get() public static method

public static Get ( string name ) : string
name string
return string

Init() public static method

public static Init ( string>.IDictionary settings ) : void
settings string>.IDictionary
return void

InitFromXml() public static method

public static InitFromXml ( string xml ) : void
xml string
return void

LoadFromXml() public static method

public static LoadFromXml ( string path ) : void
path string
return void