Class TicketField
Represents a ticket field of a Ticket instance.
[Serializable]
public class TicketField
- Inheritance
-
TicketField
- Extension Methods
Remarks
Used by a ticket to define what exactly the field contains.
Constructors
- TicketField()
Initializes a new instance of the TicketField class.
Properties
- FieldName
Gets or sets the name of the field.
- Value
Gets or sets the value of the field.
Methods
- Equals(TicketField)
Determines whether the specified TicketField object is equal to the current object.
- ToString()
Returns a string that represents the current object.