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

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

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
SaveJointCommand ( IConstructionRepository repo, JointNewEditViewModel viewModel, IUserNotify notify, ISecurityContext ctx ) : Prizm.Data.DAL

Private Methods

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

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

SaveJointCommand() public méthode

public SaveJointCommand ( IConstructionRepository repo, JointNewEditViewModel viewModel, IUserNotify notify, ISecurityContext ctx ) : Prizm.Data.DAL
repo IConstructionRepository
viewModel JointNewEditViewModel
notify IUserNotify
ctx ISecurityContext
Résultat Prizm.Data.DAL