Class: EntityNameComponent

EntityNameComponent(copyData)

new EntityNameComponent(copyData)

Represents a name component which is bound to a name

Parameters:
Name Type Description
copyData EntityNameComponent Copy constructor (if present)
Properties:
Name Type Description
type string Gets or sets the component type key(see: NameComponentKeys for values)
typeModel Concept [Delay loaded from type],
value string
modifiedOn Date
source string
sourceModel EntityName [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
Source:

Extends

Members

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 :EntityName

Type:
Overrides:
Source:

type :string

Gets or sets the component type key

Type:
  • string
Overrides:
Source:

typeModel :Concept

Type:
Overrides:
Source:

value :string

Type:
  • string
Overrides:
Source: