Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ScrumPowerTools
ViewModels
TaskBoardCardsViewModel
C# Class ScrumPowerTools.ViewModels.TaskBoardCardsViewModel
Inheritance:
IMenuCommandHandler
Mostrar archivo
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