C# Class Codebreak.Framework.Configuration.ConfigurationManager

Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( IConfigurationProvider configurationProvider, bool setAll = false ) : void
configurationProvider IConfigurationProvider
setAll bool
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

ConfigurationManager() public méthode

public ConfigurationManager ( ) : System
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

RegisterAttributes() public méthode

public RegisterAttributes ( ) : void
Résultat void

RegisterAttributes() public méthode

public RegisterAttributes ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void

Set() public méthode

public Set ( string key, object value ) : void
key string
value object
Résultat void

TryGet() public méthode

public TryGet ( string key, object &value ) : bool
key string
value object
Résultat bool