C# Class Nett.Coma.ReloadOnExternalChangeFileConfig

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

Méthodes publiques

Méthode Description
CanHandleSource ( IConfigSource source ) : bool
EnsureExists ( TomlTable content ) : bool
Load ( ) : TomlTable
LoadSourcesTable ( ) : TomlTable
ReloadOnExternalChangeFileConfig ( FileConfig persistable ) : Nett.Extensions
Save ( TomlTable content ) : void
WasChangedExternally ( ) : bool

Private Methods

Méthode Description
EnsureLastestTableLoaded ( ) : void

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

LoadSourcesTable() public méthode

public LoadSourcesTable ( ) : TomlTable
Résultat TomlTable

ReloadOnExternalChangeFileConfig() public méthode

public ReloadOnExternalChangeFileConfig ( FileConfig persistable ) : Nett.Extensions
persistable FileConfig
Résultat Nett.Extensions

Save() public méthode

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

WasChangedExternally() public méthode

public WasChangedExternally ( ) : bool
Résultat bool