C# Class _20.Events.FoulEvent

Inheritance: Event
Afficher le fichier Open project: jdharms/20-20 Class Usage Examples

Méthodes publiques

Méthode Description
FoulEvent ( Alpaca pac, string team, string committedBy, string drewBy, string foulType, System.Boolean ejected, Point location ) : System
ToString ( ) : string
resolve ( ) : void
serialize ( ) : string
unresolve ( ) : void

Method Details

FoulEvent() public méthode

public FoulEvent ( Alpaca pac, string team, string committedBy, string drewBy, string foulType, System.Boolean ejected, Point location ) : System
pac Alpaca
team string
committedBy string
drewBy string
foulType string
ejected System.Boolean
location Point
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

resolve() public méthode

public resolve ( ) : void
Résultat void

serialize() public méthode

public serialize ( ) : string
Résultat string

unresolve() public méthode

public unresolve ( ) : void
Résultat void