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

Inheritance: ICommand
显示文件 Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CanExecute ( ) : bool
Execute ( ) : void
SaveOrUpdateJointCommand ( IConstructionRepository repo, JointNewEditViewModel viewModel, IUserNotify notify, ISecurityContext ctx ) : Prizm.Data.DAL

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

Execute() public method

public Execute ( ) : void
return void

SaveOrUpdateJointCommand() public method

public SaveOrUpdateJointCommand ( IConstructionRepository repo, JointNewEditViewModel viewModel, IUserNotify notify, ISecurityContext ctx ) : Prizm.Data.DAL
repo IConstructionRepository
viewModel JointNewEditViewModel
notify IUserNotify
ctx ISecurityContext
return Prizm.Data.DAL