Table of Contents

Class TicketID

Namespace
Skyline.DataMiner.Net.Ticketing
Assembly
SLNetTypes.dll

Represents a ticket ID.

[Serializable]
[TypeConverter(typeof(TicketIDConverter))]
public class TicketID : DMAObjectRef
Inheritance
TicketID
Extension Methods

Constructors

TicketID()

Initializes a new instance of the TicketID class.

TicketID(TicketID)

Initializes a new instance of the TicketID class using the specified ticket ID.

TicketID(int, int)

Initializes a new instance of the TicketID class using the specified DataMiner Agent ID and ticket ID.

Fields

Default

Gets a new TicketID instance.

Properties

DataMinerID

Gets or sets the DataMiner Agent ID.

TID

Gets or sets the ticket ID.

Methods

Clone()

Creates a new object that is a copy of the current instance.

CompareTo(TicketID)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

CompareTo(object)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Equals(TicketID)

Determines whether the specified TicketID object is equal to the current object.

Equals(object)

Determines whether the specified object is equal to the current object.

FromString(string)

Creates a TicketID instance based on the specified string.

GetHashCode()

Calculates the hash code for this object.

ToAttachmentString()

Returns a string that is formatted as follows: "{DataMinerID}_{TID}".

ToFileFriendlyString()

Returns a file-friendly string that represents the current object.

ToString()

Returns a string that represents the current object.