Skip to main content

Class TicketRelationResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketRelationResult. Result of a ticket relation operation, indicating success or the reason for failure.

Inheritance

objectTicketRelationResult

Inherited Members

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

Constructors

TicketRelationResult()

Default constructor - defaults any enum props to 0.

Properties

ErrorMessage

Error message describing why the operation failed, if IsValid is false.

Property Value

string

IsValid

True if the operation succeeded; false if it failed.

Property Value

bool

RelationError

The reason the operation failed, if IsValid is false. NULL if unknown enum value.

Property Value

TicketRelationError?

See Also

TicketRelationResult.RelationError_String

RelationError_String

The reason the operation failed, if IsValid is false. Raw string enum value.

Property Value

string

See Also

TicketRelationResult.RelationError

SourceTicketId

The id of the source ticket this result applies to.

Property Value

int

See Also

TicketAgent