C# 클래스 Innovatian.Configuration.IsoStorageConfigurationSource

상속: AbstractConfigurationSource
파일 보기 프로젝트 열기: idavis/innovatian.configuration

공개 메소드들

메소드 설명
IsoStorageConfigurationSource ( IsolatedStorageScope scope, string fileName ) : System

Initializes a new instance of the IsoStorageConfigurationSource class.

If you specify invalid scope for your application, you will get an IsolatedStorageException.

IsoStorageConfigurationSource ( string fileName ) : System

Initializes a new instance of the IsoStorageConfigurationSource class.

If you specify invalid scope for your application, you will get an IsolatedStorageException.

Reload ( ) : void

Discards all sections and merged sources and reloads a fresh set of settings.

Save ( ) : void

Saves all sections. All data merged from other merged sources will be included.

비공개 메소드들

메소드 설명
Load ( ) : void

메소드 상세

IsoStorageConfigurationSource() 공개 메소드

Initializes a new instance of the IsoStorageConfigurationSource class.
If you specify invalid scope for your application, you will get an IsolatedStorageException.
public IsoStorageConfigurationSource ( IsolatedStorageScope scope, string fileName ) : System
scope IsolatedStorageScope /// The scope for the isolated storage file. ///
fileName string /// Name of the file. ///
리턴 System

IsoStorageConfigurationSource() 공개 메소드

Initializes a new instance of the IsoStorageConfigurationSource class.
If you specify invalid scope for your application, you will get an IsolatedStorageException.
public IsoStorageConfigurationSource ( string fileName ) : System
fileName string /// Name of the file. ///
리턴 System

Reload() 공개 메소드

Discards all sections and merged sources and reloads a fresh set of settings.
public Reload ( ) : void
리턴 void

Save() 공개 메소드

Saves all sections. All data merged from other merged sources will be included.
public Save ( ) : void
리턴 void