Class TMessageDefinitionAllowedResponse

Unit

Declaration

type TMessageDefinitionAllowedResponse = class(TBackboneElement)

Description

Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property message : TReference read Getmessage write Setmessage;
Public property situation : string read Getsituation write Setsituation;
Public property situationElement : Tmarkdown read GetsituationElement write SetsituationElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property message : TReference read Getmessage write Setmessage;

A reference to the message definition that must be adhered to by this supported response.

Public property situation : string read Getsituation write Setsituation;

Provides a description of the circumstances in which this response should be used (as opposed to one of the alternative responses).

Public property situationElement : Tmarkdown read GetsituationElement write SetsituationElement;
 

Generated by PasDoc 0.15.0.