C# Class Prizm.Main.Forms.Settings.SaveSettingsCommand

Inheritance: ICommand
Mostra file Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CanExecute ( ) : bool
SaveSettingsCommand ( SettingsViewModel viewModel, ISettingsRepositories repos, IUserNotify notify, ISecurityContext ctx ) : Prizm.Data.DAL.Mill

Private Methods

Method Description
DateCheck ( ) : bool
EvictCategories ( ) : void
EvictComponentryType ( ) : void
EvictInspectorCertificateType ( ) : void
EvictInspectors ( ) : void
EvictJointOperations ( ) : void
EvictMillSizeTypes ( ) : void
EvictPlateManufacturers ( ) : void
EvictRoles ( ) : void
EvictSeamType ( ) : void
EvictUsers ( ) : void
EvictWelders ( ) : void
Execute ( ) : void
SaveCategories ( ) : void
SaveComponentryType ( ) : void
SaveInspectorCertificateType ( ) : void
SaveInspectors ( ) : void
SaveJointOperations ( ) : void
SaveMillSizeTypes ( ) : void
SavePlateManufacturers ( ) : void
SaveRoles ( ) : void
SaveSeamType ( ) : void
SaveUsers ( ) : void
SaveWelders ( ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

SaveSettingsCommand() public method

public SaveSettingsCommand ( SettingsViewModel viewModel, ISettingsRepositories repos, IUserNotify notify, ISecurityContext ctx ) : Prizm.Data.DAL.Mill
viewModel SettingsViewModel
repos ISettingsRepositories
notify IUserNotify
ctx ISecurityContext
return Prizm.Data.DAL.Mill