Class TBundleSearch

Unit

Declaration

type TBundleSearch = class(TBackboneElement)

Description

A container for a collection of resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property mode : string read Getmode write Setmode;
Public property modeElement : TSearchEntryMode read GetmodeElement write SetmodeElement;
Public property score : Double read Getscore write Setscore;
Public property scoreElement : Tdecimal read GetscoreElement write SetscoreElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property mode : string read Getmode write Setmode;

Why this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.

Public property modeElement : TSearchEntryMode read GetmodeElement write SetmodeElement;
 
Public property score : Double read Getscore write Setscore;

When searching, the server's search ranking score for the entry.

Public property scoreElement : Tdecimal read GetscoreElement write SetscoreElement;
 

Generated by PasDoc 0.15.0.