Show / Hide Table of Contents

Enum TicketRelationError

Describes why a ticket relation is invalid.

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.2.0.0")]
public enum TicketRelationError

Fields

Name Description
ParentExists

0: The source ticket already has a parent.

RelationExists

1: A relation between the source and destination tickets already exists.

SameTicket

2: Source and destination tickets are the same.

Extension Methods

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