C# 클래스 Nett.Coma.MergedConfig

상속: IMergeableConfig
파일 보기 프로젝트 열기: paiden/Nett

공개 메소드들

메소드 설명
CanHandleSource ( IConfigSource source ) : bool
EnsureExists ( TomlTable content ) : bool
Load ( ) : TomlTable
Load ( IConfigSource source ) : TomlTable
LoadSourcesTable ( ) : TomlTable
MergedConfig ( IEnumerable configs ) : System
Save ( TomlTable content ) : void
Save ( TomlTable table, IConfigSource source ) : void
WasChangedExternally ( ) : bool

비공개 메소드들

메소드 설명
LoadInternal ( IConfigSource source, IPersistableConfig &cfg ) : TomlTable
MergeTables ( TomlTable>.Func loadSingle ) : TomlTable

메소드 상세

CanHandleSource() 공개 메소드

public CanHandleSource ( IConfigSource source ) : bool
source IConfigSource
리턴 bool

EnsureExists() 공개 메소드

public EnsureExists ( TomlTable content ) : bool
content TomlTable
리턴 bool

Load() 공개 메소드

public Load ( ) : TomlTable
리턴 TomlTable

Load() 공개 메소드

public Load ( IConfigSource source ) : TomlTable
source IConfigSource
리턴 TomlTable

LoadSourcesTable() 공개 메소드

public LoadSourcesTable ( ) : TomlTable
리턴 TomlTable

MergedConfig() 공개 메소드

public MergedConfig ( IEnumerable configs ) : System
configs IEnumerable
리턴 System

Save() 공개 메소드

public Save ( TomlTable content ) : void
content TomlTable
리턴 void

Save() 공개 메소드

public Save ( TomlTable table, IConfigSource source ) : void
table TomlTable
source IConfigSource
리턴 void

WasChangedExternally() 공개 메소드

public WasChangedExternally ( ) : bool
리턴 bool