The EventItem type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | EventItem |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToJSON |
Serialize an object to JSON.
(Inherited from Component.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
An array of item attributes and options
|
![]() | DefaultQuantityAvailable |
Number of items available for sale, displayed on the registration page if show_quantity_available = true.
|
![]() | DefaultQuantityTotal |
The total quantity of items offered for sale, minimum = 0, cannot leave blank.
If the item has attributes, the summation of the quantity_total for all attributes automatically overwrites the value you enter here.
|
![]() | Description |
The item description that is shown on the registration page
|
![]() | Id |
The items unique ID
|
![]() | Name |
Item name that is shown on the registration page
|
![]() | PerRegistrantLimit |
The maximum quantity of this item that a registrant, as well as any of their guests, can purchase, minimum = 0, cannot leave blank; value cannot be greater than the value of default_quantity_available
|
![]() | Price |
The item cost, minimum = 0.00
|
![]() | ShowQuantityAvailable |
If true, displays the remaining quantity of this item for purchase on the registration page
|
See Also