C# Class ScrumPowerTools.ViewModels.TaskBoardCardsViewModel

Inheritance: IMenuCommandHandler
Afficher le fichier Open project: cqse/ScrumPowerTools

Méthodes publiques

Méthode Description
CanExecute ( int commandId ) : bool
Execute ( int commandId ) : void

Private Methods

Méthode Description
TaskBoardCardsViewModel ( TaskBoardCardsModel model ) : System.Collections

Method Details

CanExecute() public méthode

public CanExecute ( int commandId ) : bool
commandId int
Résultat bool

Execute() public méthode

public Execute ( int commandId ) : void
commandId int
Résultat void