Organization

Constructors

this
this()

Creates a new organization.

this
this(string organizationType)

Creates a new organization.

Members

Properties

address
PostalAddress address [@property getter]

Gets the address.

address
PostalAddress address [@property setter]

Sets the address.

alumni
Person[] alumni [@property getter]

Gets the alumni.

alumni
Person[] alumni [@property setter]

Sets the alumni.

contactPoint
ContactPoint[] contactPoint [@property getter]

Gets the contact point.

contactPoint
ContactPoint[] contactPoint [@property setter]

Sets the contact point.

description
string description [@property setter]

Sets the description.

description
string description [@property getter]

Gets the description.

email
string email [@property getter]

Gets the email.

email
string email [@property setter]

Sets the email.

faxNumber
string faxNumber [@property getter]

Gets the fax number.

faxNumber
string faxNumber [@property setter]

Sets the fax number.

logo
string logo [@property getter]

Gets the logo.

logo
string logo [@property setter]

Sets the logo.

member
Organization[] member [@property getter]

Gets the member.

member
Organization[] member [@property setter]

Sets the member.

name
string name [@property getter]

Gets the name.

name
string name [@property setter]

Sets the name.

sponsor
Organization sponsor [@property getter]

Gets the sponsor.

sponsor
Organization sponsor [@property setter]

Sets the sponsor.

telephone
string telephone [@property getter]

Gets the telephone.

telephone
string telephone [@property setter]

Sets the telephone.

url
string url [@property getter]

Gets the url.

url
string url [@property setter]

Sets the url.

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