Skip to main content

Class TicketRelationDefinitionEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketRelationDefinitionEntity. Ticket relation definition entity

Inheritance

objectCarrierTicketRelationDefinitionEntity

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get TicketRelationDefinitionEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var ticketRelationDefinitionEntity = agent.GetTicketRelationDefinitionEntity( 123 );

Constructors

TicketRelationDefinitionEntity()

Default constructor - defaults any enum props to 0.

Properties

Description

Tooltip or other description

Property Value

string

DestinationTicketTypes

Destination ticket type(s) for this relation

Property Value

int[]

IsBuiltIn

Is this row part of SuperOffice priming data

Property Value

bool

IsCloseParentWithChild

Close parent when all children are closed

Property Value

bool

IsCloseWithParent

Offer to close all related when parent is closed

Property Value

bool

IsParentMandatory

Parent relation is mandatory when a new request is created

Property Value

bool

IsPreventClosingParent

Prevent closing parent until all children are closed

Property Value

bool

Name

The name of this Ticket relation

Property Value

string

Rank

Rank order

Property Value

short

RelationType

Type of the relation (Related, Parent, Child) NULL if unknown enum value.

Property Value

TicketRelationType?

See Also

TicketRelationDefinitionEntity.RelationType_String

RelationType_String

Type of the relation (Related, Parent, Child) Raw string enum value.

Property Value

string

See Also

TicketRelationDefinitionEntity.RelationType

SourceTicketTypes

Source ticket type(s) for this relation

Property Value

int[]

TicketRelationDefId

Primary key

Property Value

int

See Also

ListAgent