Class TDocumentReferenceRelated

Unit

Declaration

type TDocumentReferenceRelated = class(TBackboneElement)

Description

A reference to a document.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property ref : TReference read Getref write Setref;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Related identifier to this DocumentReference. If both id and ref are present they shall refer to the same thing.

Public property ref : TReference read Getref write Setref;

Related Resource to this DocumentReference. If both id and ref are present they shall refer to the same thing.


Generated by PasDoc 0.15.0.