C# Class Nett.Coma.Transaction

Inheritance: IMergeableConfig, IDisposable
Mostra file Open project: paiden/Nett Class Usage Examples

Public Methods

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 onCloseTransactionCallback ) : Transaction
WasChangedExternally ( ) : bool

Private Methods

Method Description
Init ( ) : void
Transaction ( IMergeableConfig persistable, Action onCloseTransactionCallback ) : System

Method Details

CanHandleSource() public method

public CanHandleSource ( IConfigSource source ) : bool
source IConfigSource
return bool

Dispose() public method

public Dispose ( ) : void
return void

EnsureExists() public method

public EnsureExists ( TomlTable content ) : bool
content TomlTable
return bool

Load() public method

public Load ( ) : TomlTable
return TomlTable

Load() public method

public Load ( IConfigSource source ) : TomlTable
source IConfigSource
return TomlTable

Load() public method

public Load ( TomlTable table, IConfigSource source ) : TomlTable
table TomlTable
source IConfigSource
return TomlTable

LoadSourcesTable() public method

public LoadSourcesTable ( ) : TomlTable
return TomlTable

Save() public method

public Save ( TomlTable content ) : void
content TomlTable
return void

Save() public method

public Save ( TomlTable table, IConfigSource source ) : void
table TomlTable
source IConfigSource
return void

Start() public static method

public static Start ( IMergeableConfig persistable, Action onCloseTransactionCallback ) : Transaction
persistable IMergeableConfig
onCloseTransactionCallback Action
return Transaction

WasChangedExternally() public method

public WasChangedExternally ( ) : bool
return bool