Class Table
Namespace: GGL.DB
Assembly: GGL.dll
Syntax
public abstract class Table
Constructors
| Edit this page View SourceTable()
Declaration
protected Table()
Fields
| Edit this page View SourcejsonSettings
Declaration
protected static JsonSerializerSettings jsonSettings
Field Value
Type | Description |
---|---|
JsonSerializerSettings | Table serialisation settings |
Methods
| Edit this page View SourceLoad()
Restore in cache the data from the local storage.
Declaration
public abstract void Load()
Save()
Write the content of the table to local storage.
Declaration
public abstract void Save()