C# 클래스 KeyboardEditor.ViewModels.VMKeyModeBase

상속: VMContextElementEditable
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
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