Show / Hide Table of Contents

Enum 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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum TicketCategoryClosingStatus

Fields

Name Description
Active

1: Indicates that the ticket status should be active as default

Closed

2: Indicates that the ticket status should be closed as default

Postponed

3: Indicates that the ticket status should be postponed as default

UserDefined

0: The ticket status should respect the user defined behaviour

Extension Methods

EnumUtil.MapEnums<TicketCategoryClosingStatus, To>(TicketCategoryClosingStatus)
Converters.MapEnums<TicketCategoryClosingStatus, To>(TicketCategoryClosingStatus)
ObjectExtensions.AssignByReflection<TicketCategoryClosingStatus>(TicketCategoryClosingStatus, TicketCategoryClosingStatus)
ObjectExtensions.GraphCopy<TicketCategoryClosingStatus>(TicketCategoryClosingStatus)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top