Table of Contents

Method GetChangedProperties

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

GetChangedProperties(Ticket)

Compares this ticket to another ticket and returns a set of all the properties that are different.

public HashSet<TicketHistory.ChangedProperty> GetChangedProperties(Ticket other)

Parameters

other Ticket

The ticket to compare with.

Returns

HashSet<TicketHistory.ChangedProperty>

All the properties that differ between this ticket and the specified ticket.

Remarks

We consider the "other" ticket to be more up to date than this ticket.