Class TExampleScenarioVersion

Unit

Declaration

type TExampleScenarioVersion = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property key : string read Getkey write Setkey;
Public property keyElement : Tstring read GetkeyElement write SetkeyElement;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property content : TReference read Getcontent write Setcontent;

Description

Methods

Public constructor Create; override;
 

Properties

Public property key : string read Getkey write Setkey;

A unique string within the instance that is used to reference the version of the instance.

Public property keyElement : Tstring read GetkeyElement write SetkeyElement;
 
Public property title : string read Gettitle write Settitle;

A short descriptive label the version to be used in tables or diagrams.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property description : string read Getdescription write Setdescription;

An explanation of what this specific version of the instance contains and represents.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property content : TReference read Getcontent write Setcontent;

Points to an instance (typically an example) that shows the data that would flow at this point in the scenario.


Generated by PasDoc 0.15.0.