C# Класс KeyboardEditor.ViewModels.VMKeyModeBase

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

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

Метод Описание
TriggerModeChanged ( ) : void
TriggerPropertyChanged ( string propertyName ) : void
VMKeyModeBase ( VMContextEditable context, IKeyMode model ) : System.Collections.Generic
VMKeyModeBase ( VMContextEditable context, ILayoutKeyMode model ) : System.Collections.Generic

Защищенные методы

Метод Описание
OnModeChangedTriggered ( ) : void

Приватные методы

Метод Описание
GetParents ( ) : IEnumerable

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

OnModeChangedTriggered() защищенный Метод

protected OnModeChangedTriggered ( ) : void
Результат void

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

public TriggerModeChanged ( ) : void
Результат void

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

public TriggerPropertyChanged ( string propertyName ) : void
propertyName string
Результат void

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

public VMKeyModeBase ( VMContextEditable context, IKeyMode model ) : System.Collections.Generic
context VMContextEditable
model IKeyMode
Результат System.Collections.Generic

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

public VMKeyModeBase ( VMContextEditable context, ILayoutKeyMode model ) : System.Collections.Generic
context VMContextEditable
model ILayoutKeyMode
Результат System.Collections.Generic