Class TicketedEventCollectionResult

Inheritance Relationships

Base Type

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.