Class TOperationDefinitionReferencedFrom

Unit

Declaration

type TOperationDefinitionReferencedFrom = class(TBackboneElement)

Description

A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property source : string read Getsource write Setsource;
Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
Public property sourceId : string read GetsourceId write SetsourceId;
Public property sourceIdElement : Tstring read GetsourceIdElement write SetsourceIdElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property source : string read Getsource write Setsource;

The name of the parameter or dot-separated path of parameter names pointing to the resource parameter that is expected to contain a reference to this resource.

Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
 
Public property sourceId : string read GetsourceId write SetsourceId;

The id of the element in the referencing resource that is expected to resolve to this resource.

Public property sourceIdElement : Tstring read GetsourceIdElement write SetsourceIdElement;
 

Generated by PasDoc 0.15.0.