Class TicketedEventCollectionResult
Defined in File EventTicketing.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
Class Documentation
-
class TicketedEventCollectionResult : public csp::systems::ResultBase
Result class holding a collection (array) of TicketedEvents.
Public Functions
-
csp::common::Array<TicketedEvent> &GetTicketedEvents()
Gets the array of ticketed events from the result.
- Returns
The array of ticketed events.
-
const csp::common::Array<TicketedEvent> &GetTicketedEvents() const
Gets the array of ticketed events from the result.
- Returns
The array of ticketed events.
-
csp::common::Array<TicketedEvent> &GetTicketedEvents()