Orthography

Models. Orthography

A class representing an orthography.

Constructor

new Orthography(data)

Create a new Orthography.

Source:
Parameters:
Name Type Description
data Object

The orthography data.

Extends

Members

abbreviation :String

The abbreviation for this orthography.

Default Value:
  • ""
Source:
Type:
  • String

(readonly) cid :UUID

The client ID for this model. Generated on instantiation if not already present.

Overrides:
Source:
Type:
  • UUID

(readonly) dateCreated :Date

The date that the data for this model were originally created. Generated on instantiation if not already present.

Overrides:
Source:
Type:
  • Date

dateModified :Date

The date that the data for this model were last modified. Generated on instantiation if not already present.

Overrides:
Source:
Type:
  • Date

name :MultiLangString

The name for this orthography.

Source:
Type:
  • MultiLangString

notes :Array.<Note>

An array of notes about this orthography.

Default Value:
  • []
Source:
Type:
  • Array.<Note>

(constant) type :String

The type for this model, e.g. Language, Text, Lexeme, etc.

Overrides:
Source:
Type:
  • String