Property | Type | Description | |
---|---|---|---|
ClearMessage | void | ||
CreateHistoryLoader | |||
CreateThread | |||
IsMessageEmpty | bool | ||
SetTheme | void | ||
ThemeChanged | void |
Method | Description | |
---|---|---|
AppendToMessage ( string str ) : void | ||
CanSendMessage ( ) : bool | ||
Consume ( IMessage message ) : void | ||
Predicate ( IMessage message ) : bool | ||
RoomChatViewModel ( IFrameViewModel frame, |
||
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 ) : |
||
IsMessageEmpty ( ) : bool | ||
SetTheme ( ThemeMode activeTheme ) : void | ||
ThemeChanged ( IThemeManager sender ) : void |
protected ModifyTextBox ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public RoomChatViewModel ( IFrameViewModel frame, |
||
frame | IFrameViewModel | |
room | ||
return | System |