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

Inheritance: ICommand
Afficher le fichier Open project: AleksMorozova/prizm Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
DateCheck ( ) : bool

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

NewSaveJointCommand() public méthode

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