Table of Contents

Method AddHistoryEntry

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

AddHistoryEntry(string, HashSet<ChangedProperty>)

Adds a new entry to the ticket history.

public bool AddHistoryEntry(string user, HashSet<TicketHistory.ChangedProperty> value)

Parameters

user string

The username.

value HashSet<TicketHistory.ChangedProperty>

The changed properties.

Returns

bool

true if the entry was added; otherwise, false.

AddHistoryEntry(DateTime, string, HashSet<ChangedProperty>)

Adds a new entry to the ticket history.

public bool AddHistoryEntry(DateTime time, string user, HashSet<TicketHistory.ChangedProperty> value)

Parameters

time DateTime

The time stamp.

user string

The username.

value HashSet<TicketHistory.ChangedProperty>

The changed properties.

Returns

bool

true if the entry was added; otherwise, false.