Class: IdentifiedData

(abstract) IdentifiedData(copyData)

(abstract) new IdentifiedData(copyData)

Represents data that is identified by a key

Parameters:
Name Type Description
copyData IdentifiedData Copy constructor (if present)
Properties:
Name Type Description
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
modifiedOn Date Gets or sets date/time that this object was last created or modified
Source:

Members

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Source:

modifiedOn :Date

Gets or sets date/time that this object was last created or modified

Type:
  • Date
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Source: