Class: AddressComponent

AddressComponent(copyData)

new AddressComponent(copyData)

A single address component

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

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: