Method AddHistoryEntry
AddHistoryEntry(string, HashSet<ChangedProperty>)
Adds a new entry to the ticket history.
public bool AddHistoryEntry(string user, HashSet<TicketHistory.ChangedProperty> value)
Parameters
user
stringThe 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
DateTimeThe time stamp.
user
stringThe username.
value
HashSet<TicketHistory.ChangedProperty>The changed properties.
Returns
- bool
true
if the entry was added; otherwise,false
.