C# 클래스 CK.WordPredictor.UI.ViewModels.TextualContextPreviewViewModel

상속: INotifyPropertyChanging, INotifyPropertyChanged, IDisposable
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
TextualContextPreviewViewModel ( IService textualContext ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

Raises this object's PropertyChanged event.

비공개 메소드들

메소드 설명
PreviousWordsLength ( ) : IEnumerable
TextualContextService_ServiceStatusChanged ( object sender, CK.Plugin.ServiceStatusChangedEventArgs e ) : void
TextualContext_PropertyChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The property that has a new value.
리턴 void

TextualContextPreviewViewModel() 공개 메소드

public TextualContextPreviewViewModel ( IService textualContext ) : System
textualContext IService
리턴 System