Class TDocumentReferenceRelatesTo

Unit

Declaration

type TDocumentReferenceRelatesTo = class(TBackboneElement)

Description

A reference to a document.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : TDocumentRelationshipType read GetcodeElement write SetcodeElement;
Public property target : TReference read Gettarget write Settarget;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

The type of relationship that this document has with anther document.

Public property codeElement : TDocumentRelationshipType read GetcodeElement write SetcodeElement;
 
Public property target : TReference read Gettarget write Settarget;

The target document of this relationship.


Generated by PasDoc 0.15.0.