Show / Hide Table of Contents

Enum TicketRelationType

Type of relation between tickets This Enum is used by: ticket_relation_def.relation_type

Namespace: SuperOfficeData
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum TicketRelationType : short

Fields

Name Description
Child

2: Source is child of the destination Ticket in this relation

Parent

1: Source is parent of the destination Ticket in this relation

Related

0: Tickets are related without a hierarchy

Extension Methods

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