Constructor Ticket
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
TicketIDThe ticket ID.
Ticket(Guid)
Initializes a new instance of the Ticket class using the specified ticket GUID.
public Ticket(Guid uid)
Parameters
uid
GuidThe ticket GUID.