Class TExampleScenarioActor

Unit

Declaration

type TExampleScenarioActor = 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 type_ : string read Gettype_ write Settype_;
Public property type_Element : TExampleScenarioActorType read Gettype_Element write Settype_Element;
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;

Description

Methods

Public constructor Create; override;
 

Properties

Public property key : string read Getkey write Setkey;

A unique string within the scenario that is used to reference the actor.

Public property keyElement : Tstring read GetkeyElement write SetkeyElement;
 
Public property type_ : string read Gettype_ write Settype_;

The category of actor - person or system.

Public property type_Element : TExampleScenarioActorType read Gettype_Element write Settype_Element;
 
Public property title : string read Gettitle write Settitle;

The human-readable name for the actor used when rendering the scenario.

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

An explanation of who/what the actor is and its role in the scenario.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.