(abstract) new Note(copyData)
Generic note class
Parameters:
Name | Type | Description |
---|---|---|
copyData |
Note | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
text |
string | Gets or sets the note text |
author |
string | Gets or sets the author key |
authorModel |
Entity | [Delay loaded from author], Gets or sets the author entity |
modifiedOn |
Date | |
source |
string | |
sourceModel |
VersionedEntityData | [Delay loaded from source], |
id |
string | Gets or sets the primary identifying UUID of this object |
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) |
$type |
string | Gets the type registration of this object |
Extends
Members
author :string
Gets or sets the author entity
Type:
- string
authorModel :Entity
Type:
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :VersionedEntityData
Type:
- Overrides:
- Source:
text :string
Gets or sets the note text
Type:
- string