Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.Events.DatabaseEvent Class Reference

This class holds all possible database events. Only constants defined here! More...

Inheritance diagram for DOL.Events.DatabaseEvent:
DOL.Events.DOLEvent

List of all members.

Static Public Attributes

static readonly DatabaseEvent AccountCreated = new DatabaseEvent("Database.AccountCreated")
 The AccountCreated event is fired whenever an account is created.

See also:
AccountEventArgs

static readonly DatabaseEvent CharacterCreated = new DatabaseEvent("Database.CharacterCreated")
 The CharacterCreated event is fired whenever a new character is created

See also:
CharacterEventArgs

static readonly DatabaseEvent CharacterDeleted = new DatabaseEvent("Database.CharacterDeleted")
 The CharacterDeleted event is fired whenever an account is deleted

See also:
CharacterEventArgs

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.

Detailed Description

This class holds all possible database events. Only constants defined here!


Constructor & Destructor Documentation

DOL.Events.DatabaseEvent.DatabaseEvent ( string  name) [protected]

Constructs a new DatabaseEvent.

Parameters:
namethe name of the event

Member Data Documentation

readonly DatabaseEvent DOL.Events.DatabaseEvent.AccountCreated = new DatabaseEvent("Database.AccountCreated") [static]

The AccountCreated event is fired whenever an account is created.

See also:
AccountEventArgs

readonly DatabaseEvent DOL.Events.DatabaseEvent.CharacterCreated = new DatabaseEvent("Database.CharacterCreated") [static]

The CharacterCreated event is fired whenever a new character is created

See also:
CharacterEventArgs

readonly DatabaseEvent DOL.Events.DatabaseEvent.CharacterDeleted = new DatabaseEvent("Database.CharacterDeleted") [static]

The CharacterDeleted event is fired whenever an account is deleted

See also:
CharacterEventArgs

readonly DatabaseEvent DOL.Events.DatabaseEvent.NewsCreated = new DatabaseEvent("Database.NewsCreated") [static]

The NewsCreated event is fired whenever news is created.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events