C# Class MBC.Shared.Events.Event

The base class for any event created in the MBC core framework. Provides a message string that describes the generated event.
Afficher le fichier Open project: aiclub/Mohawk_Battleship Class Usage Examples

Méthodes protégées

Méthode Description
Event ( System.Entity creatingEntity ) : System
PerformOperation ( ) : void

Method Details

Event() protected méthode

protected Event ( System.Entity creatingEntity ) : System
creatingEntity System.Entity
Résultat System

PerformOperation() protected méthode

protected PerformOperation ( ) : void
Résultat void