Show / Hide Table of Contents

Class TicketRelationResult

Result of a ticket relation operation, indicating success or the reason for failure.

Carrier object for TicketRelationResult. Services for the TicketRelationResult Carrier is available from the Ticket Agent.
Inheritance
object
TicketRelationResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.2.0.0")]
public class TicketRelationResult

Constructors

TicketRelationResult()

Default constructor

Declaration
public TicketRelationResult()
See Also
ITicketAgent

Properties

ErrorMessage

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

Declaration
[DataMember]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string
See Also
ITicketAgent

IsValid

True if the operation succeeded; false if it failed.

Declaration
[DataMember]
public virtual bool IsValid { get; set; }
Property Value
Type Description
bool
See Also
ITicketAgent

RelationError

The reason the operation failed, if IsValid is false.

Declaration
[DataMember]
public virtual TicketRelationError RelationError { get; set; }
Property Value
Type Description
TicketRelationError
See Also
ITicketAgent

SourceTicketId

The id of the source ticket this result applies to.

Declaration
[DataMember]
public virtual int SourceTicketId { get; set; }
Property Value
Type Description
int
See Also
ITicketAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
ITicketAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ITicketAgent

See Also

ITicketAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top