Class TExampleScenarioActor

Unit

Declaration

type TExampleScenarioActor = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property actorId : string read GetactorId write SetactorId;
Public property actorIdElement : Tstring read GetactorIdElement write SetactorIdElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TExampleScenarioActorType read Gettype_Element write Settype_Element;
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;

Description

Methods

Public constructor Create; override;
 

Properties

Public property actorId : string read GetactorId write SetactorId;

ID or acronym of actor.

Public property actorIdElement : Tstring read GetactorIdElement write SetactorIdElement;
 
Public property type_ : string read Gettype_ write Settype_;

The type of actor - person or system.

Public property type_Element : TExampleScenarioActorType read Gettype_Element write Settype_Element;
 
Public property name_ : string read Getname_ write Setname_;

The name of the actor as shown in the page.

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

The description of the actor.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.