Event

Constructors

this
this()

Creates a new event.

this
this(string eventType)

Creates a new event.

Members

Properties

eventStatus
EventStatus eventStatus [@property getter]

Gets the event status.

eventStatus
EventStatus eventStatus [@property setter]

Sets the event status.

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.

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.

startDate
string startDate [@property getter]

Gets the start date.

startDate
string startDate [@property setter]

Sets the start date.

typicalAgeRange
string typicalAgeRange [@property getter]

Gets the typical age range.

typicalAgeRange
string typicalAgeRange [@property setter]

Sets the typical age range.

Inherited Members

From SchemaObject

_isChild
bool _isChild;

Boolean determining whether the object is a child or not.

isRoot
bool isRoot [@property getter]

Gets a boolean determining whether the schema object is a root object or not.

addField
void addField(string key, T schemaObject)

Adds a schema object field to the schema object.

addField
void addField(string key, T[] values)

Adds an array of schema objects to the schema object.

addField
void addField(string key, T value)

Adds a field to the schema object.

removeField
void removeField(string key)

Removes a field from the schema object.

toString
string toString()

Converts the schema object to a string that represent a JSON-LD object.

Meta