Class TOperationDefinitionBinding

Unit

Declaration

type TOperationDefinitionBinding = 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 strength : string read Getstrength write Setstrength;
Public property strengthElement : TBindingStrength read GetstrengthElement write SetstrengthElement;
Public property valueSet : TElement read GetvalueSet write SetvalueSet;

Description

Methods

Public constructor Create; override;
 

Properties

Public property strength : string read Getstrength write Setstrength;

Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.

Public property strengthElement : TBindingStrength read GetstrengthElement write SetstrengthElement;
 
Public property valueSet : TElement read GetvalueSet write SetvalueSet;

Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used.


Generated by PasDoc 0.15.0.