![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
This class holds all possible database events. Only constants defined here! More...
Static Public Attributes | |
static readonly DatabaseEvent | AccountCreated = new DatabaseEvent("Database.AccountCreated") |
The AccountCreated event is fired whenever an account is created.
| |
static readonly DatabaseEvent | CharacterCreated = new DatabaseEvent("Database.CharacterCreated") |
The CharacterCreated event is fired whenever a new character is created
| |
static readonly DatabaseEvent | CharacterDeleted = new DatabaseEvent("Database.CharacterDeleted") |
The CharacterDeleted event is fired whenever an account is deleted
| |
static readonly DatabaseEvent | NewsCreated = new DatabaseEvent("Database.NewsCreated") |
The NewsCreated event is fired whenever news is created. | |
Protected Member Functions | |
DatabaseEvent (string name) | |
Constructs a new DatabaseEvent. |
This class holds all possible database events. Only constants defined here!
DOL.Events.DatabaseEvent.DatabaseEvent | ( | string | name | ) | [protected] |
Constructs a new DatabaseEvent.
name | the name of the event |
readonly DatabaseEvent DOL.Events.DatabaseEvent.AccountCreated = new DatabaseEvent("Database.AccountCreated") [static] |
The AccountCreated event is fired whenever an account is created.
readonly DatabaseEvent DOL.Events.DatabaseEvent.CharacterCreated = new DatabaseEvent("Database.CharacterCreated") [static] |
The CharacterCreated event is fired whenever a new character is created
readonly DatabaseEvent DOL.Events.DatabaseEvent.CharacterDeleted = new DatabaseEvent("Database.CharacterDeleted") [static] |
The CharacterDeleted event is fired whenever an account is deleted
readonly DatabaseEvent DOL.Events.DatabaseEvent.NewsCreated = new DatabaseEvent("Database.NewsCreated") [static] |
The NewsCreated event is fired whenever news is created.