C# Class SimpleRPGFromScratch.Command.Domain.AddJewelToWeaponCommand

Inheritance: ReferenceChangeCommand
Mostrar archivo Open project: perl-easj/OOProg

Public Methods

Method Description
AddJewelToWeaponCommand ( Action changeReference, Weapon weapon, WeaponDataViewModel weaponDVM ) : System

Protected Methods

Method Description
CanExecute ( ) : bool

Method Details

AddJewelToWeaponCommand() public method

public AddJewelToWeaponCommand ( Action changeReference, Weapon weapon, WeaponDataViewModel weaponDVM ) : System
changeReference Action
weapon Weapon
weaponDVM WeaponDataViewModel
return System

CanExecute() protected method

protected CanExecute ( ) : bool
return bool