Class TBundleLink

Unit

Declaration

type TBundleLink = class(TBackboneElement)

Description

A container for a collection of resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property relation : string read Getrelation write Setrelation;
Public property relationElement : Tstring read GetrelationElement write SetrelationElement;
Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property relation : string read Getrelation write Setrelation;

A name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1).

Public property relationElement : Tstring read GetrelationElement write SetrelationElement;
 
Public property url : string read Geturl write Seturl;

The reference details for the link.

Public property urlElement : Turi read GeturlElement write SeturlElement;
 

Generated by PasDoc 0.15.0.