Skip to main content

Class TicketRelationDefinitionResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketRelationDefinitionResult. Validation result for a single source/destination ticket type combination in a relation definition.

Inheritance

objectTicketRelationDefinitionResult

Inherited Members

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

Constructors

TicketRelationDefinitionResult()

Default constructor - defaults any enum props to 0.

Properties

DestinationTicketTypeId

The destination ticket type id this result applies to.

Property Value

int

ExistingRelationDefinitionName

Name of the conflicting relation definition if IsValid is false.

Property Value

string

IsValid

True if no conflicting relation definition exists for this combination.

Property Value

bool

SourceTicketTypeId

The source ticket type id this result applies to.

Property Value

int

See Also

ListAgent