Click or drag to resize

CustomTextGenerator Properties

The CustomTextGenerator type exposes the following members.

Properties
 NameDescription
Public propertyBatch Result will incremented after batch times iterations.
(Inherited from BaseIncrementalTextGenerator)
Public propertyCurrentIteration Current iteration.
(Inherited from BaseIncrementalTextGenerator)
Public propertyIncrement Increments result by value each iteration.
(Inherited from BaseIncrementalTextGenerator)
Protected propertyLastSimulationID
(Inherited from BaseIncrementalTextGenerator)
Protected propertyLastValue
(Inherited from BaseIncrementalTextGenerator)
Public propertyLogPath Logs the executed string, if not null.
(Inherited from BaseTextGenerator)
Public propertyMinDigits Minumum number of digits. Prepends 0 to reach the minimum length.
(Overrides BaseIncrementalTextGeneratorMinDigits)
Public propertyResetCounterDelegate
(Inherited from BaseIncrementalTextGenerator)
Public propertyResetType
(Inherited from BaseIncrementalTextGenerator)
Public propertyStart Start value. Setting a new value will reset CurrentIteration.
(Inherited from BaseIncrementalTextGenerator)
Public propertyText String containing the placeholders for generation the text. See CustomTextGenerator for detailed information.
Public propertyTime 
Public propertyType Type of the text generator.
(Overrides BaseTextGeneratorType)
Public propertyUserRuleGenerator 
Top
See Also