Class TSearchParameterComponent

Unit

Declaration

type TSearchParameterComponent = class(TBackboneElement)

Description

A search parameter that defines a named search item that can be used to search/filter on a resource.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property definition : TReference read Getdefinition write Setdefinition;
Public property expression : string read Getexpression write Setexpression;
Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property definition : TReference read Getdefinition write Setdefinition;

The definition of the search parameter that describes this part.

Public property expression : string read Getexpression write Setexpression;

A sub-expression that defines how to extract values for this component from the output of the main SearchParameter.expression.

Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
 

Generated by PasDoc 0.15.0.