C# Class Codebreak.Framework.Configuration.ConfigurationManager

Datei anzeigen Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
Add ( IConfigurationProvider configurationProvider, bool setAll = false ) : void

Commit ( ) : void

ConfigurationManager ( ) : System

Load ( ) : void

RegisterAttributes ( ) : void

RegisterAttributes ( Assembly assembly ) : void

Set ( string key, object value ) : void

TryGet ( string key, object &value ) : bool

Method Details

Add() public method

public Add ( IConfigurationProvider configurationProvider, bool setAll = false ) : void
configurationProvider IConfigurationProvider
setAll bool
return void

Commit() public method

public Commit ( ) : void
return void

ConfigurationManager() public method

public ConfigurationManager ( ) : System
return System

Load() public method

public Load ( ) : void
return void

RegisterAttributes() public method

public RegisterAttributes ( ) : void
return void

RegisterAttributes() public method

public RegisterAttributes ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void

Set() public method

public Set ( string key, object value ) : void
key string
value object
return void

TryGet() public method

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