Class BadgeType
Value for field 'badge' in table 'ej_message'. Defines the initial source of a message. This Enum is used by: ej_message.badge
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class BadgeType : Enum
Fields
Comment
3: Message created as an internal comment
Declaration
public const BadgeType Comment
Field Value
Type | Description |
---|---|
BadgeType |
Forward
2: Message created as a forward
Declaration
public const BadgeType Forward
Field Value
Type | Description |
---|---|
BadgeType |
Incoming
4: Message created as a result of other events processing
Declaration
public const BadgeType Incoming
Field Value
Type | Description |
---|---|
BadgeType |
Outgoing
5: Message created as first outgoing message on ticket
Declaration
public const BadgeType Outgoing
Field Value
Type | Description |
---|---|
BadgeType |
Reply
1: Message created as a reply
Declaration
public const BadgeType Reply
Field Value
Type | Description |
---|---|
BadgeType |
Unknown
0: Initial message source is unknown
Declaration
public const BadgeType Unknown
Field Value
Type | Description |
---|---|
BadgeType |
value__
Value for field 'badge' in table 'ej_message'. Defines the initial source of a message. This Enum is used by: ej_message.badge
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)