TicketBase Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides the base functionality for ticket handling operations in the Commerce Server application runtime.
The TicketBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckState | Verifies that the object has not already been disposed. | |
Dispose | Overloaded. Use this method to release resources used by the TicketBase object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets or sets properties of the ticket by name. | |
UserID | Gets or sets the user ID for the ticket. | |
Value | Gets the ticket. |
Top