Constructor TicketHistory
TicketHistory()
Initializes a new instance of the TicketHistory class.
public TicketHistory()
TicketHistory(TicketID)
Initializes a new instance of the TicketHistory class using the specified TicketID.
public TicketHistory(TicketID id)
Parameters
idTicketIDThe ticket ID.
TicketHistory(TicketID, Guid)
Initializes a new instance of the TicketHistory class using the specified TicketID and GUID.
public TicketHistory(TicketID id, Guid uid)
Parameters
idTicketIDThe ticket ID to which this TicketHistory object relates to.
uidGuidThe GUID.
TicketHistory(Ticket, string)
Initializes a new instance of the TicketHistory class using the specified Ticket and username.
public TicketHistory(Ticket ticket, string userName)
Parameters
ticketTicketThe ticket to which this TicketHistory object relates to.
userNamestringThe username.