C# Class Nett.Coma.MergedConfig

Inheritance: IMergeableConfig
Afficher le fichier Open project: paiden/Nett

Méthodes publiques

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

Private Methods

Méthode Description
LoadInternal ( IConfigSource source, IPersistableConfig &cfg ) : TomlTable
MergeTables ( TomlTable>.Func loadSingle ) : TomlTable

Method Details

CanHandleSource() public méthode

public CanHandleSource ( IConfigSource source ) : bool
source IConfigSource
Résultat bool

EnsureExists() public méthode

public EnsureExists ( TomlTable content ) : bool
content TomlTable
Résultat bool

Load() public méthode

public Load ( ) : TomlTable
Résultat TomlTable

Load() public méthode

public Load ( IConfigSource source ) : TomlTable
source IConfigSource
Résultat TomlTable

LoadSourcesTable() public méthode

public LoadSourcesTable ( ) : TomlTable
Résultat TomlTable

MergedConfig() public méthode

public MergedConfig ( IEnumerable configs ) : System
configs IEnumerable
Résultat System

Save() public méthode

public Save ( TomlTable content ) : void
content TomlTable
Résultat void

Save() public méthode

public Save ( TomlTable table, IConfigSource source ) : void
table TomlTable
source IConfigSource
Résultat void

WasChangedExternally() public méthode

public WasChangedExternally ( ) : bool
Résultat bool