C# 클래스 VSTalk.Engine.ViewModel.History.HistoryExplorerViewModel

상속: IHistoryVisitor, INotifyPropertyChanged, IListener
파일 보기 프로젝트 열기: Irdis/VSTalk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildView void
CreateThread VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.ConversationThread
HandleChange void
LoadHistory List
SetTheme void
ThemeChanged void

공개 메소드들

메소드 설명
HistoryExplorerViewModel ( Client client, Jid with ) : System.Collections.Generic
StartListen ( ) : void
StopListen ( ) : void
Visit ( DayMessageView view ) : void
Visit ( HistoryView view ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

HistoryExplorerViewModel() 공개 메소드

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

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void

Visit() 공개 메소드

public Visit ( DayMessageView view ) : void
view DayMessageView
리턴 void

Visit() 공개 메소드

public Visit ( HistoryView view ) : void
view HistoryView
리턴 void