Table of Contents

Constructor TicketHistory

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

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 TicketID

The 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 TicketID

The ticket ID to which this TicketHistory object relates to.

uid Guid

The 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 Ticket

The ticket to which this TicketHistory object relates to.

userName string

The username.