C# 클래스 SimpleRPGFromScratch.Command.Domain.AddJewelToWeaponCommand

상속: ReferenceChangeCommand
파일 보기 프로젝트 열기: perl-easj/OOProg

공개 메소드들

메소드 설명
AddJewelToWeaponCommand ( Action changeReference, Weapon weapon, WeaponDataViewModel weaponDVM ) : System

보호된 메소드들

메소드 설명
CanExecute ( ) : bool

메소드 상세

AddJewelToWeaponCommand() 공개 메소드

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

CanExecute() 보호된 메소드

protected CanExecute ( ) : bool
리턴 bool