C# Class Descent.Messaging.Events.DiceEventArgs

The event arguments for methods regarding one dice.
Inheritance: GameEventArgs
Show file Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
DiceEventArgs ( int diceId, int sideId ) : System.Diagnostics.Contracts
DiceEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

DiceEventArgs() public method

public DiceEventArgs ( int diceId, int sideId ) : System.Diagnostics.Contracts
diceId int
sideId int
return System.Diagnostics.Contracts

DiceEventArgs() public method

public DiceEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
return System.Diagnostics.Contracts

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

ToString() public method

public ToString ( ) : string
return string