C# Class KeyboardEditor.ViewModels.VMKeyModeBase

Inheritance: VMContextElementEditable
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
TriggerModeChanged ( ) : void
TriggerPropertyChanged ( string propertyName ) : void
VMKeyModeBase ( VMContextEditable context, IKeyMode model ) : System.Collections.Generic
VMKeyModeBase ( VMContextEditable context, ILayoutKeyMode model ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnModeChangedTriggered ( ) : void

Private Methods

Méthode Description
GetParents ( ) : IEnumerable

Method Details

OnModeChangedTriggered() protected méthode

protected OnModeChangedTriggered ( ) : void
Résultat void

TriggerModeChanged() public méthode

public TriggerModeChanged ( ) : void
Résultat void

TriggerPropertyChanged() public méthode

public TriggerPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

VMKeyModeBase() public méthode

public VMKeyModeBase ( VMContextEditable context, IKeyMode model ) : System.Collections.Generic
context VMContextEditable
model IKeyMode
Résultat System.Collections.Generic

VMKeyModeBase() public méthode

public VMKeyModeBase ( VMContextEditable context, ILayoutKeyMode model ) : System.Collections.Generic
context VMContextEditable
model ILayoutKeyMode
Résultat System.Collections.Generic