C# 클래스 TextTemplate.HighlightableCommand

상속: CK.WPF.ViewModel.VMCommand, IHighlightableElement, IHighlightable, INotifyPropertyChanged
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
HighlightableCommand ( System.Action action ) : System
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( string property ) : void

메소드 상세

BeginHighlight() 공개 메소드

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

EndHighlight() 공개 메소드

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

HighlightableCommand() 공개 메소드

public HighlightableCommand ( System.Action action ) : System
action System.Action
리턴 System

SelectElement() 공개 메소드

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective