EventSpotService Methods CTCT Wrapper Documented Class Library
The EventSpotService type exposes the following members.
Methods

  NameDescription
Public methodDeleteEventFee
Delete an individual event fee
Public methodDeleteEventItem
Delete a specific event item
Public methodDeleteEventItemAttribute
Delete an existing attributes for an item
Public methodDeletePromocode
Delete a promo code for an event
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllEventFees
Retrieve all existing fees for an event
Public methodGetAllEventItemAttributes
Retrieve all existing attributes for an item
Public methodGetAllEventItems
Retrieve all existing items associated with an event
Public methodGetAllEventSpots
View all existing events
Public methodGetAllPromocodes
Retrieve all existing promo codes for an event
Public methodGetAllRegistrants
Retrieve a list of registrants for the specified event
Public methodGetEventFee
Retrieve an individual event fee
Public methodGetEventItem
Retrieve specific event item
Public methodGetEventItemAttribute
Retrieve an existing attributes for an item
Public methodGetEventSpot
Retrieve an event specified by the event_id
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPromocode
Retrieve an existing promo codes for an event
Public methodGetRegistrant
Retrieve detailed information for a specific event registrant
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPatchEventSpotStatus
Publish or cancel an event by changing the status of the event
Public methodPostEventFee
Create an individual event fee
Public methodPostEventItem
Create a specific event item
Public methodPostEventItemAttribute
Create an attributes for an item
Public methodPostEventSpot
Publish an event
Public methodPostPromocode
Create a new promo code for an event
Public methodPutEventFee
Update an individual event fee
Public methodPutEventItem
Update a specific event item
Public methodPutEventItemAttribute
Updates an existing attributes for an item
Public methodPutEventSpot
Update an event
Public methodPutPromocode
Update a promo code for an event
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
See Also