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
id
TicketIDThe 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
id
TicketIDThe ticket ID to which this TicketHistory object relates to.
uid
GuidThe 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
ticket
TicketThe ticket to which this TicketHistory object relates to.
userName
stringThe username.