C# Class Prizm.Main.Forms.PipeMill.NewEdit.SavePipeCommand

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

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
SavePipeCommand ( MillPipeNewEditViewModel viewModel, IMillRepository repo, IUserNotify notify, ISecurityContext ctx ) : DevExpress.Mvvm.DataAnnotations

Private Methods

Méthode Description
DateValidate ( ) : bool
Execute ( ) : void

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

SavePipeCommand() public méthode

public SavePipeCommand ( MillPipeNewEditViewModel viewModel, IMillRepository repo, IUserNotify notify, ISecurityContext ctx ) : DevExpress.Mvvm.DataAnnotations
viewModel MillPipeNewEditViewModel
repo IMillRepository
notify IUserNotify
ctx ISecurityContext
Résultat DevExpress.Mvvm.DataAnnotations