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