Class TicketLink<T>
Represents a generic ticket link.
[Serializable]
[JsonObject(MemberSerialization.OptIn)]
public class TicketLink<T> : TicketLink where T : class
Type Parameters
T
- Inheritance
-
TicketLink<T>
- Inherited Members
- Extension Methods
Constructors
- TicketLink()
Initializes a new instance of the TicketLink<T> class.
- TicketLink(T)
Initializes a new instance of the TicketLink<T> class using the specified linked object.
Properties
- Value
Gets or sets the linked object.