Class ChatStatus
Value for field 'chat_status' in table 'ejuser'. This Enum is used by: ejuser.chat_status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ChatStatus : Enum
Fields
NotPresent
0: The user is marked as not present
Declaration
public const ChatStatus NotPresent
Field Value
Type | Description |
---|---|
ChatStatus |
Present
1: The user is marked as present
Declaration
public const ChatStatus Present
Field Value
Type | Description |
---|---|
ChatStatus |
value__
Value for field 'chat_status' in table 'ejuser'. This Enum is used by: ejuser.chat_status
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)