C# Class SimpleRPGFromScratch.Command.Domain.AddJewelToWeaponCommand

Inheritance: ReferenceChangeCommand
Afficher le fichier Open project: perl-easj/OOProg

Méthodes publiques

Méthode Description
AddJewelToWeaponCommand ( Action changeReference, Weapon weapon, WeaponDataViewModel weaponDVM ) : System

Méthodes protégées

Méthode Description
CanExecute ( ) : bool

Method Details

AddJewelToWeaponCommand() public méthode

public AddJewelToWeaponCommand ( Action changeReference, Weapon weapon, WeaponDataViewModel weaponDVM ) : System
changeReference Action
weapon Weapon
weaponDVM WeaponDataViewModel
Résultat System

CanExecute() protected méthode

protected CanExecute ( ) : bool
Résultat bool