Method | Description | |
---|---|---|
CanHandleSource ( IConfigSource source ) : bool | ||
Dispose ( ) : void | ||
EnsureExists ( TomlTable content ) : bool | ||
Load ( ) : TomlTable | ||
Load ( IConfigSource source ) : TomlTable | ||
Load ( TomlTable table, IConfigSource source ) : TomlTable | ||
LoadSourcesTable ( ) : TomlTable | ||
Save ( TomlTable content ) : void | ||
Save ( TomlTable table, IConfigSource source ) : void | ||
Start ( IMergeableConfig persistable, Action |
||
WasChangedExternally ( ) : bool |
Method | Description | |
---|---|---|
Init ( ) : void | ||
Transaction ( IMergeableConfig persistable, Action |
public CanHandleSource ( IConfigSource source ) : bool | ||
source | IConfigSource | |
return | bool |
public EnsureExists ( TomlTable content ) : bool | ||
content | TomlTable | |
return | bool |
public Load ( IConfigSource source ) : TomlTable | ||
source | IConfigSource | |
return | TomlTable |
public Load ( TomlTable table, IConfigSource source ) : TomlTable | ||
table | TomlTable | |
source | IConfigSource | |
return | TomlTable |
public Save ( TomlTable table, IConfigSource source ) : void | ||
table | TomlTable | |
source | IConfigSource | |
return | void |
public static Start ( IMergeableConfig persistable, Action |
||
persistable | IMergeableConfig | |
onCloseTransactionCallback | Action |
|
return |