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

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CanExecute ( ) : bool
Résultat bool

SaveSettingsCommand() public méthode

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