new ActNote(copyData)
Represents a note attached to an entity
Parameters:
| Name | Type | Description | 
|---|---|---|
| copyData | ActNote | Copy constructor (if present) | 
Properties:
| Name | Type | Description | 
|---|---|---|
| text | string | |
| author | string | |
| authorModel | Entity | [Delay loaded from author], | 
| modifiedOn | Date | |
| source | string | |
| sourceModel | Act | [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
Type:
- string
- Overrides:
- Source:
authorModel :Entity
Type:
- Overrides:
- Source:
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 :Act
Type:
- Overrides:
- Source:
text :string
Type:
- string
- Overrides:
- Source: