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

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

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
Execute ( ) : void
JointCutCommand ( IConstructionRepository repo, JointNewEditViewModel viewModel, IUserNotify notify ) : Prizm.Data.DAL

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

JointCutCommand() public méthode

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