Class TExpression

Unit

Declaration

type TExpression = class(TElement)

Description

A expression that is evaluated in a specified context and returns a value. The context of use of the expression must specify the context in which the expression is evaluated, and how the result of the expression is used. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tid read Getname_Element write Setname_Element;
Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : TExpressionLanguage read GetlanguageElement write SetlanguageElement;
Public property expression : string read Getexpression write Setexpression;
Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
Public property reference : string read Getreference write Setreference;
Public property referenceElement : Turi read GetreferenceElement write SetreferenceElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

A brief, natural language description of the condition that effectively communicates the intended semantics.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property name_ : string read Getname_ write Setname_;

A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.

Public property name_Element : Tid read Getname_Element write Setname_Element;
 
Public property language : string read Getlanguage write Setlanguage;

The media type of the language for the expression.

Public property languageElement : TExpressionLanguage read GetlanguageElement write SetlanguageElement;
 
Public property expression : string read Getexpression write Setexpression;

An expression in the specified language that returns a value.

Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
 
Public property reference : string read Getreference write Setreference;

A URI that defines where the expression is found.

Public property referenceElement : Turi read GetreferenceElement write SetreferenceElement;
 

Generated by PasDoc 0.15.0.