Table of Contents

Constructor Ticket

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

Ticket()

Initializes a new instance of the Ticket class.

public Ticket()

Remarks

Constructs a ticket with default values.

Ticket(TicketID)

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

public Ticket(TicketID id)

Parameters

id TicketID

The ticket ID.

Ticket(Guid)

Initializes a new instance of the Ticket class using the specified ticket GUID.

public Ticket(Guid uid)

Parameters

uid Guid

The ticket GUID.