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) |
sequence |
Int64 | Gets or sets the order in which this element appears |
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 |
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:
sequence :Int64
Gets or sets the order in which this element appears
Type:
- Int64
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: