Corporation

final
static if(isWeb)
class Corporation : Organization {}

Constructors

this
this()

Creates a new corporation.

Inherited Members

From Organization

name
string name [@property getter]

Gets the name.

name
string name [@property setter]

Sets the name.

url
string url [@property getter]

Gets the url.

url
string url [@property setter]

Sets the url.

contactPoint
ContactPoint[] contactPoint [@property getter]

Gets the contact point.

contactPoint
ContactPoint[] contactPoint [@property setter]

Sets the contact point.

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.

member
Organization[] member [@property getter]

Gets the member.

member
Organization[] member [@property setter]

Sets the member.

alumni
Person[] alumni [@property getter]

Gets the alumni.

alumni
Person[] alumni [@property setter]

Sets the alumni.

telephone
string telephone [@property getter]

Gets the telephone.

telephone
string telephone [@property setter]

Sets the telephone.

sponsor
Organization sponsor [@property getter]

Gets the sponsor.

sponsor
Organization sponsor [@property setter]

Sets the sponsor.

address
PostalAddress address [@property getter]

Gets the address.

address
PostalAddress address [@property setter]

Sets the address.

logo
string logo [@property getter]

Gets the logo.

logo
string logo [@property setter]

Sets the logo.

description
string description [@property getter]

Gets the description.

description
string description [@property setter]

Sets the description.

Meta