Skip to main content

TextDictionaryEntry

A direct text substitution dictionary entry. Any occurrences of the given Tag string in the associated message will be directly replaced with the Text from this dictionary entry (no text lookup will be done). For example, given the message:

Life is like a box of ConfectionaryName.

and the TextDictionaryEntry:

{Tag: "ConfectionaryName", Text: "chocolates"}

The resulting message would be:

Life is like a box of chocolates.

Hierarchy

Index

Properties

Properties

Tag

Tag: string

The tag that will be replaced in the message

Text

Text: string

The text that will be substituted for the tag

Page Options