(abstract) new Association(copyData)
Represents a base class for association between two objects
Parameters:
Name | Type | Description |
---|---|---|
copyData |
Association | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
modifiedOn |
Date | Get the modification date |
source |
string | Gets or sets the source entity's key (where the relationship is FROM) |
sourceModel |
IdentifiedData | [Delay loaded from source], The entity that this relationship targets |
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 |
- Source:
Extends
Members
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
modifiedOn :Date
Get the modification date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
source :string
Gets or sets the source entity's key (where the relationship is FROM)
Type:
- string
- Source:
sourceModel :IdentifiedData
Type:
- Source: