Show / Hide Table of Contents

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

Inheritance
Object
TicketCategoryClosingStatus
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top