The EventSpotService type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| EventSpotService | Initializes a new instance of the EventSpotService class |
Methods
| Name | Description | |
|---|---|---|
| DeleteEventFee |
Delete an individual event fee
| |
| DeleteEventItem |
Delete a specific event item
| |
| DeleteEventItemAttribute |
Delete an existing attributes for an item
| |
| DeletePromocode |
Delete a promo code for an event
| |
| 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.) | |
| GetAllEventFees |
Retrieve all existing fees for an event
| |
| GetAllEventItemAttributes |
Retrieve all existing attributes for an item
| |
| GetAllEventItems |
Retrieve all existing items associated with an event
| |
| GetAllEventSpots |
View all existing events
| |
| GetAllPromocodes |
Retrieve all existing promo codes for an event
| |
| GetAllRegistrants |
Retrieve a list of registrants for the specified event
| |
| GetEventFee |
Retrieve an individual event fee
| |
| GetEventItem |
Retrieve specific event item
| |
| GetEventItemAttribute |
Retrieve an existing attributes for an item
| |
| GetEventSpot |
Retrieve an event specified by the event_id
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPromocode |
Retrieve an existing promo codes for an event
| |
| GetRegistrant |
Retrieve detailed information for a specific event registrant
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PatchEventSpotStatus |
Publish or cancel an event by changing the status of the event
| |
| PostEventFee |
Create an individual event fee
| |
| PostEventItem |
Create a specific event item
| |
| PostEventItemAttribute |
Create an attributes for an item
| |
| PostEventSpot |
Publish an event
| |
| PostPromocode |
Create a new promo code for an event
| |
| PutEventFee |
Update an individual event fee
| |
| PutEventItem |
Update a specific event item
| |
| PutEventItemAttribute |
Updates an existing attributes for an item
| |
| PutEventSpot |
Update an event
| |
| PutPromocode |
Update a promo code for an event
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| RestClient |
Get the rest client being used by the service.
(Inherited from BaseService.) |
See Also