RoomOnlineUserData Class |
Namespace: CMS.Chat
public class RoomOnlineUserData : IChatCacheableWithCurrentState<int>, IChatIncrementalCacheable
The RoomOnlineUserData type exposes the following members.
Name | Description | |
---|---|---|
![]() | RoomOnlineUserData |
Constructor.
|
Name | Description | |
---|---|---|
![]() | AdminLevel |
Is admin in 'this' room.
|
![]() | ChangeTime |
Last modification of this user.
|
![]() | ChatUser |
Chat user.
|
![]() | ChatUserID |
Gets ID of this user.
|
![]() | IsAnonymous |
Gets IsAnonymous state of this user. True if user is anonymous (has not cms user associated with it).
|
![]() | IsChatAdmin |
Is global chat admin (has ManageRooms).
|
![]() | IsOnline |
True if user is online.
|
![]() | IsRemoved |
True if this user should be removed from list on client
|
![]() | Nickname |
Gets nickname of this user.
|
![]() | PK |
Primary key
|
Name | Description | |
---|---|---|
![]() | ToString |
Returns string representation.
(Overrides ObjectToString.) |