InitiateChatRequestData Class |
Namespace: CMS.Chat
public class InitiateChatRequestData : IChatCacheableWithCurrentState<int>, IChatIncrementalCacheable
The InitiateChatRequestData type exposes the following members.
Name | Description | |
---|---|---|
InitiateChatRequestData |
Name | Description | |
---|---|---|
ChangeTime |
When was this request changed for the last time (new message in room, changed state, etc.).
| |
ChangeType |
Type of change. Based on this value item will be removed from cache or just modified. Item should be removed only if it is in the Deleted state.
| |
InitiatorName |
Nickname of chat user who initiated this chat.
| |
IsRemoved |
If true, request was accepted or rejected and should be hidden on client.
Request should be removed if state is something else than New.
| |
LastChange |
Time when was this request changed for the last time. This time should be send back to server by client in next request.
| |
Messages |
Messages written by supporter.
| |
PK |
This request will be stored under this key in cache. It can be either UserID or ContactID (depending how was it retrieved from DB).
| |
RequestState |
State of this request.
| |
RoomID |
ID of room which was created for this conversation.
|