Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ScrumPowerTools
ViewModels
TaskBoardCardsViewModel
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