Class TLinkageItem

Unit

Declaration

type TLinkageItem = class(TBackboneElement)

Description

Identifies two or more records (resource instances) that are referring to the same real-world "occurrence".

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TLinkageType read Gettype_Element write Settype_Element;
Public property resource : TReference read Getresource write Setresource;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

Distinguishes which item is "source of truth" (if any) and which items are no longer considered to be current representations.

Public property type_Element : TLinkageType read Gettype_Element write Settype_Element;
 
Public property resource : TReference read Getresource write Setresource;

The resource instance being linked as part of the group.


Generated by PasDoc 0.15.0.