C# Class Descent.Messaging.Events.RequestBuyEquipmentEventArgs

The event arguments for the RequestBuyEquipment event.
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
PopulateWithArgs ( string stringArgs ) : void
RequestBuyEquipmentEventArgs ( int equipmentId ) : System.Diagnostics.Contracts
RequestBuyEquipmentEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
ToString ( ) : string

Method Details

PopulateWithArgs() public méthode

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
Résultat void

RequestBuyEquipmentEventArgs() public méthode

public RequestBuyEquipmentEventArgs ( int equipmentId ) : System.Diagnostics.Contracts
equipmentId int
Résultat System.Diagnostics.Contracts

RequestBuyEquipmentEventArgs() public méthode

public RequestBuyEquipmentEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
Résultat System.Diagnostics.Contracts

ToString() public méthode

public ToString ( ) : string
Résultat string