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

Inheritance: IHistoryVisitor, INotifyPropertyChanged, IListener
Mostrar archivo Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
BuildView void
CreateThread VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.ConversationThread
HandleChange void
LoadHistory List
SetTheme void
ThemeChanged void

Public Methods

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

Private Methods

Method 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 method

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

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void

Visit() public method

public Visit ( DayMessageView view ) : void
view DayMessageView
return void

Visit() public method

public Visit ( HistoryView view ) : void
view HistoryView
return void