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

Inheritance: ICommand
Datei anzeigen Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

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

Private Methods

Method Description
DateCheck ( ) : bool

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

Execute() public method

public Execute ( ) : void
return void

NewSaveJointCommand() public method

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