C# Class Prizm.Main.Forms.Joint.NewEdit.JointDeactivationCommand

Inheritance: ICommand
ファイルを表示 Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CanExecute ( ) : bool
JointDeactivationCommand ( IConstructionRepository repo, JointNewEditViewModel viewModel, IUserNotify notify, ISecurityContext ctx ) : DevExpress.Mvvm.DataAnnotations

Private Methods

Method Description
Execute ( ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

JointDeactivationCommand() public method

public JointDeactivationCommand ( IConstructionRepository repo, JointNewEditViewModel viewModel, IUserNotify notify, ISecurityContext ctx ) : DevExpress.Mvvm.DataAnnotations
repo IConstructionRepository
viewModel JointNewEditViewModel
notify IUserNotify
ctx ISecurityContext
return DevExpress.Mvvm.DataAnnotations