C# Class _20.Events.FoulEvent

Inheritance: Event
Show file Open project: jdharms/20-20 Class Usage Examples

Public Methods

Method 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 method

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
return System

ToString() public method

public ToString ( ) : string
return string

resolve() public method

public resolve ( ) : void
return void

serialize() public method

public serialize ( ) : string
return string

unresolve() public method

public unresolve ( ) : void
return void