C# Класс Mckineap.ViewModels.Grids.SystemPreferencesGridViewModel

Наследование: Mckineap.Utilities.ObservableObject
Показать файл Открыть проект

Открытые методы

Метод Описание
CancelPreferences ( object parameter ) : void
SavePreferences ( object parameter ) : void

Saves the preferences into the current Session

SelectSettings ( object parameter ) : void
SystemPreferencesGridViewModel ( ) : Mckineap.Models.Context

SystemPreferencesGridViewModel constructor Constructs a new SystemPreferencesGridViewModel object by initializing the current preferences settings and the selected settings

Описание методов

CancelPreferences() публичный Метод

public CancelPreferences ( object parameter ) : void
parameter object
Результат void

SavePreferences() публичный Метод

Saves the preferences into the current Session
public SavePreferences ( object parameter ) : void
parameter object
Результат void

SelectSettings() публичный Метод

public SelectSettings ( object parameter ) : void
parameter object
Результат void

SystemPreferencesGridViewModel() публичный Метод

SystemPreferencesGridViewModel constructor Constructs a new SystemPreferencesGridViewModel object by initializing the current preferences settings and the selected settings
public SystemPreferencesGridViewModel ( ) : Mckineap.Models.Context
Результат Mckineap.Models.Context