Search Results for

    Show / Hide Table of Contents

    Class Table

    Base type for any Table<T> used by Database

    Inheritance
    object
    Table
    Table<T>
    Namespace: GGL.DB
    Assembly: GGL.dll
    Syntax
    public abstract class Table

    Constructors

    | Edit this page View Source

    Table()

    Declaration
    protected Table()

    Fields

    | Edit this page View Source

    jsonSettings

    Declaration
    protected static JsonSerializerSettings jsonSettings
    Field Value
    Type Description
    JsonSerializerSettings

    Table serialisation settings

    Methods

    | Edit this page View Source

    Load()

    Restore in cache the data from the local storage.

    Declaration
    public abstract void Load()
    | Edit this page View Source

    Save()

    Write the content of the table to local storage.

    Declaration
    public abstract void Save()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX