C# Class VSTalk.Engine.ViewModel.Messenger.History.HistoryLoaderViewModel

Show file Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
DisableTimeFrames void
InitialFrames IEnumerable
LoadHistory void
RenderHistory void

Public Methods

Method Description
HistoryLoaderViewModel ( System.Guid clientId, Jid withEntity, ConversationThread conversationThread ) : System
Init ( ) : void

Private Methods

Method Description
DisableTimeFrames ( TimeFrameParam target ) : void
InitialFrames ( ) : IEnumerable
LoadHistory ( TimeFrameParam param ) : void
RenderHistory ( TimeFrameParam param ) : void

Method Details

HistoryLoaderViewModel() public method

public HistoryLoaderViewModel ( System.Guid clientId, Jid withEntity, ConversationThread conversationThread ) : System
clientId System.Guid
withEntity Jid
conversationThread VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.ConversationThread
return System

Init() public method

public Init ( ) : void
return void