Enum 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 enum ChatStatus : short
Fields
Name | Description |
---|---|
NotPresent | 0: The user is marked as not present |
Present | 1: The user is marked as present |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.ChatStatus, To>()