Class TExampleScenarioInstance

Unit

Declaration

type TExampleScenarioInstance = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property resourceId : string read GetresourceId write SetresourceId;
Public property resourceIdElement : Tstring read GetresourceIdElement write SetresourceIdElement;
Public property resourceType : string read GetresourceType write SetresourceType;
Public property resourceTypeElement : TResourceType read GetresourceTypeElement write SetresourceTypeElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property version : TExampleScenarioVersionArray read GetversionArray;
Public property containedInstance : TExampleScenarioContainedInstanceArray read GetcontainedInstanceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property resourceId : string read GetresourceId write SetresourceId;

The id of the resource for referencing.

Public property resourceIdElement : Tstring read GetresourceIdElement write SetresourceIdElement;
 
Public property resourceType : string read GetresourceType write SetresourceType;

The type of the resource.

Public property resourceTypeElement : TResourceType read GetresourceTypeElement write SetresourceTypeElement;
 
Public property name_ : string read Getname_ write Setname_;

A short name for the resource instance.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property description : string read Getdescription write Setdescription;

Human-friendly description of the resource instance.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property version : TExampleScenarioVersionArray read GetversionArray;

A specific version of the resource.

Public property containedInstance : TExampleScenarioContainedInstanceArray read GetcontainedInstanceArray;

Resources contained in the instance (e.g. the observations contained in a bundle).


Generated by PasDoc 0.15.0.