Class: GenericComponentValues

(abstract) GenericComponentValues(copyData)

(abstract) new GenericComponentValues(copyData)

A generic class representing components of a larger item (i.e. address, name, etc);

Parameters:
Name Type Description
copyData GenericComponentValues Copy constructor (if present)
Properties:
Name Type Description
typeModel Concept [Delay loaded from type], Gets or sets the type of address component
type string Component type key
value string Gets or sets the value of the name component
modifiedOn Date
source string
sourceModel IdentifiedData [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 :IdentifiedData

Type:
Overrides:
Source:

type :string

Gets or sets the type of address component

Type:
  • string
Source:

typeModel :Concept

Type:
Source:

value :string

Gets or sets the value of the name component

Type:
  • string
Source: