EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Nodes.Logic.StringItem Class Reference

A string value item used in the 'build string' type node. More...

Inherits EasyTalk.Nodes.Core.ListItem.

Public Member Functions

 StringItem ()
 Creates a new StringItem.
 
 StringItem (string text)
 Creates a new StringItem with the specified value.
 
- Public Member Functions inherited from EasyTalk.Nodes.Core.ListItem
 ListItem ()
 

Public Attributes

string text
 The text of the string.
 

Detailed Description

A string value item used in the 'build string' type node.

Constructor & Destructor Documentation

◆ StringItem() [1/2]

EasyTalk.Nodes.Logic.StringItem.StringItem ( )

Creates a new StringItem.

◆ StringItem() [2/2]

EasyTalk.Nodes.Logic.StringItem.StringItem ( string text)

Creates a new StringItem with the specified value.

Parameters
textThe string value.

Member Data Documentation

◆ text

string EasyTalk.Nodes.Logic.StringItem.text

The text of the string.