Class: Reference

Reference(copyData)

new Reference(copyData)

A reference to any identified data object

The identified data reference class is not persisted as an object per se, rather it serves as a link to a piece of data which already exists where the type may not be known or where the type is known but limited fields are required to reference the data
Parameters:
Name Type Description
copyData Reference Copy constructor (if present)
Properties:
Name Type Description
$type string Get the type identifier
modifiedOn Date Modified on
refType string The type of object referenced
id string Gets or sets the primary identifying UUID of this object
operation BatchOperationType Gets or sets the operation(see: BatchOperationType for values)
Source:

Extends

Members

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Modified on

Type:
  • Date
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

refType :string

The type of object referenced

Type:
  • string
Source: