Skip to main content

Class TicketRelationAction

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketRelationAction. Relation-driven actions applicable to a ticket, indicating whether to offer closing the parent or whether open children are blocking the ticket from being closed.

Inheritance

objectTicketRelationAction

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TicketRelationAction()

Default constructor - defaults any enum props to 0.

Properties

CanCloseCurrentTicket

True if the ticket may be closed. False if unclosed children are blocking it.

Property Value

bool

Children

Ids of unclosed child tickets. If CanCloseCurrentTicket is false, these are the tickets blocking the close.

Property Value

int[]

IsParentRequired

True if a parent relation is mandatory for this ticket type.

Property Value

bool

TicketIdToClose

ID of the parent ticket to offer closing when all its children are closed. 0 if not applicable.

Property Value

int

See Also

TicketAgent