C# Class KeyboardEditor.ViewModels.VMKeyModeBase

Inheritance: VMContextElementEditable
Show file Open project: Invenietis/ck-certified

Public Methods

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

Protected Methods

Method Description
OnModeChangedTriggered ( ) : void

Private Methods

Method Description
GetParents ( ) : IEnumerable

Method Details

OnModeChangedTriggered() protected method

protected OnModeChangedTriggered ( ) : void
return void

TriggerModeChanged() public method

public TriggerModeChanged ( ) : void
return void

TriggerPropertyChanged() public method

public TriggerPropertyChanged ( string propertyName ) : void
propertyName string
return void

VMKeyModeBase() public method

public VMKeyModeBase ( VMContextEditable context, IKeyMode model ) : System.Collections.Generic
context VMContextEditable
model IKeyMode
return System.Collections.Generic

VMKeyModeBase() public method

public VMKeyModeBase ( VMContextEditable context, ILayoutKeyMode model ) : System.Collections.Generic
context VMContextEditable
model ILayoutKeyMode
return System.Collections.Generic