Property | Type | Description | |
---|---|---|---|
ClearMessage | void | ||
CreateHistoryLoader | |||
CreateThread | |||
GetOrCreateSession | IInterlocutorChatSession | ||
IsMessageEmpty | bool | ||
LoadHistoryExecuted | void | ||
SetCommands | void | ||
SetTheme | void | ||
ThemeChanged | void |
Method | Description | |
---|---|---|
AppendToMessage ( string str ) : void | ||
CanSendMessage ( ) : bool | ||
Consume ( IMessage message ) : void | ||
GetCounter ( ) : |
||
InterlocutorChatViewModel ( IFrameViewModel frame, |
||
Predicate ( IMessage message ) : bool | ||
SendMessage ( ) : void | ||
StartListen ( ) : void | ||
StopListen ( ) : void |
Method | Description | |
---|---|---|
ModifyTextBox ( System.Action action ) : void | ||
ParseCurrentHistory ( ) : void |
Method | Description | |
---|---|---|
ClearMessage ( ) : void | ||
CreateHistoryLoader ( ) : |
||
CreateThread ( System.Windows.Documents.FlowDocument document ) : |
||
GetOrCreateSession ( ) : IInterlocutorChatSession | ||
IsMessageEmpty ( ) : bool | ||
LoadHistoryExecuted ( ) : void | ||
SetCommands ( ) : void | ||
SetTheme ( ThemeMode activeTheme ) : void | ||
ThemeChanged ( IThemeManager sender ) : void |
public GetCounter ( ) : |
||
return |
public InterlocutorChatViewModel ( IFrameViewModel frame, |
||
frame | IFrameViewModel | |
interlocutor | ||
return | System |
protected ModifyTextBox ( System.Action action ) : void | ||
action | System.Action | |
return | void |