C# 클래스 Codebreak.Framework.Configuration.ConfigurationManager

파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

ConfigurationManager() 공개 메소드

public ConfigurationManager ( ) : System
리턴 System

Load() 공개 메소드

public Load ( ) : void
리턴 void

RegisterAttributes() 공개 메소드

public RegisterAttributes ( ) : void
리턴 void

RegisterAttributes() 공개 메소드

public RegisterAttributes ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

Set() 공개 메소드

public Set ( string key, object value ) : void
key string
value object
리턴 void

TryGet() 공개 메소드

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