Class TicketCategoryClosingStatus
Default status for requests. Note that this is a preference which should be respected if making UI. It is not enforced by the APIs
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TicketCategoryClosingStatus : Enum
Fields
Active
1: Indicates that the ticket status should be active as default
Declaration
public const TicketCategoryClosingStatus Active
Field Value
Type | Description |
---|---|
TicketCategoryClosingStatus |
Closed
2: Indicates that the ticket status should be closed as default
Declaration
public const TicketCategoryClosingStatus Closed
Field Value
Type | Description |
---|---|
TicketCategoryClosingStatus |
Postponed
3: Indicates that the ticket status should be postponed as default
Declaration
public const TicketCategoryClosingStatus Postponed
Field Value
Type | Description |
---|---|
TicketCategoryClosingStatus |
UserDefined
0: The ticket status should respect the user defined behaviour
Declaration
public const TicketCategoryClosingStatus UserDefined
Field Value
Type | Description |
---|---|
TicketCategoryClosingStatus |
value__
Default status for requests. Note that this is a preference which should be respected if making UI. It is not enforced by the APIs
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)