C# Класс CK.WordPredictor.UI.ViewModels.TextualContextPreviewViewModel

Наследование: INotifyPropertyChanging, INotifyPropertyChanged, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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