Class Data
Base class for any data used in Database.
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 SourceData()
Declaration
protected Data()
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 SourceId
Declaration
public ulong Id { get; }
Property Value
Type | Description |
---|---|
ulong | Pseudo read-only ID used for database storage. |
Events
| Edit this page View SourceOnRebase
Declaration
public event Action OnRebase
Event Type
Type | Description |
---|---|
Action | Event triggered by Table if for some reason the ID had to change. |