C# Class ScrumPowerTools.ViewModels.TaskBoardCardsViewModel

Inheritance: IMenuCommandHandler
ファイルを表示 Open project: cqse/ScrumPowerTools

Public Methods

Method Description
CanExecute ( int commandId ) : bool
Execute ( int commandId ) : void

Private Methods

Method Description
TaskBoardCardsViewModel ( TaskBoardCardsModel model ) : System.Collections

Method Details

CanExecute() public method

public CanExecute ( int commandId ) : bool
commandId int
return bool

Execute() public method

public Execute ( int commandId ) : void
commandId int
return void