Class TicketHistory.HistoryKey
Represents a key to uniquely identify a ticket history entry.
[Serializable]
[JsonObject(MemberSerialization.OptIn)]
public class TicketHistory.HistoryKey
- Inheritance
-
TicketHistory.HistoryKey
- Extension Methods
Constructors
- HistoryKey()
Initializes a new instance of the TicketHistory.HistoryKey class.
Fields
- User
The username.
Properties
- Time
Gets or sets the time stamp.
- Version
Gets or sets the version number.
Methods
- CompareTo(HistoryKey)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
- CompareTo(object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
- CreateFromString(string)
Creates a TicketHistory.HistoryKey instance from the specified string.
- Equals(object)
Determines whether the specified object is equal to the current object.
- GetHashCode()
Calculates the hash code for this object.
- ToString()
Returns a string that represents the current object.