ChildrensEvent

final
static if(isWeb)
class ChildrensEvent : Event {}

Constructors

this
this()

Creates a new childrens event.

Inherited Members

From Event

location
Place location [@property getter]

Gets the location.

location
Place location [@property setter]

Sets the location.

name
string name [@property getter]

Gets the name.

name
string name [@property setter]

Sets the name.

startDate
string startDate [@property getter]

Gets the start date.

startDate
string startDate [@property setter]

Sets the start date.

eventStatus
EventStatus eventStatus [@property getter]

Gets the event status.

eventStatus
EventStatus eventStatus [@property setter]

Sets the event status.

offers
Offer offers [@property getter]

Gets the offers.

offers
Offer offers [@property setter]

Sets the offers.

performer
PerformingGroup[] performer [@property getter]

Gets the performer.

performer
PerformingGroup[] performer [@property setter]

Sets the performer.

typicalAgeRange
string typicalAgeRange [@property getter]

Gets the typical age range.

typicalAgeRange
string typicalAgeRange [@property setter]

Sets the typical age range.

Meta