Search Results for

    Show / Hide Table of Contents

    Class Data

    Base class for any data used in Database.

    Inheritance
    object
    Data
    ImageData
    Namespace: GGL.DB
    Assembly: GGL.dll
    Syntax
    [Serializable]
    public abstract class Data
    Remarks

    Abstract types will not be stored, but they may be used to select children class.

    Constructors

    | Edit this page View Source

    Data()

    Declaration
    protected Data()
    | Edit this page View Source

    Data(ulong)

    Declaration
    protected Data(ulong id)
    Parameters
    Type Name Description
    ulong id Base class for any data used in .

    Properties

    | Edit this page View Source

    Id

    Declaration
    public ulong Id { get; }
    Property Value
    Type Description
    ulong

    Pseudo read-only ID used for database storage.

    Events

    | Edit this page View Source

    OnRebase

    Declaration
    public event Action OnRebase
    Event Type
    Type Description
    Action

    Event triggered by Table if for some reason the ID had to change.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX