C# Class VSTalk.Engine.ViewModel.History.HistoryExplorerViewModel

Inheritance: IHistoryVisitor, INotifyPropertyChanged, IListener
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Свойство Type Description
BuildView void
CreateThread VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.ConversationThread
HandleChange void
LoadHistory List
SetTheme void
ThemeChanged void

Méthodes publiques

Méthode Description
HistoryExplorerViewModel ( Client client, Jid with ) : System.Collections.Generic
StartListen ( ) : void
StopListen ( ) : void
Visit ( DayMessageView view ) : void
Visit ( HistoryView view ) : void

Private Methods

Méthode Description
BuildView ( List history ) : void
CreateThread ( System.Windows.Documents.FlowDocument document ) : ConversationThread
HandleChange ( ) : void
LoadHistory ( Client client, Jid with ) : List
SetTheme ( ThemeMode activeTheme ) : void
ThemeChanged ( IThemeManager sender ) : void

Method Details

HistoryExplorerViewModel() public méthode

public HistoryExplorerViewModel ( Client client, Jid with ) : System.Collections.Generic
client VSTalk.Model.Client
with Jid
Résultat System.Collections.Generic

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void

Visit() public méthode

public Visit ( DayMessageView view ) : void
view DayMessageView
Résultat void

Visit() public méthode

public Visit ( HistoryView view ) : void
view HistoryView
Résultat void