Class TCatalogEntryRelatedEntry

Unit

Declaration

type TCatalogEntryRelatedEntry = class(TBackboneElement)

Description

Catalog entries are wrappers that contextualize items included in a catalog.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property relationtype : string read Getrelationtype write Setrelationtype;
Public property relationtypeElement : TCatalogEntryRelationType read GetrelationtypeElement write SetrelationtypeElement;
Public property item : TReference read Getitem write Setitem;

Description

Methods

Public constructor Create; override;
 

Properties

Public property relationtype : string read Getrelationtype write Setrelationtype;

The type of relation to the related item: child, parent, packageContent, containerPackage, usedIn, uses, requires, etc.

Public property relationtypeElement : TCatalogEntryRelationType read GetrelationtypeElement write SetrelationtypeElement;
 
Public property item : TReference read Getitem write Setitem;

The reference to the related item.


Generated by PasDoc 0.15.0.