Click or drag to resize

IncrementalNumber Class

Text generator calculating a number with Start, Increment and Batch
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Common.TextGeneratorBaseTextGenerator
    RAYLASE.Marker.Common.TextGeneratorBaseIncrementalTextGenerator
      RAYLASE.Marker.Common.TextGeneratorIncrementalNumber

Namespace: RAYLASE.Marker.Common.TextGenerator
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public class IncrementalNumber : BaseIncrementalTextGenerator

The IncrementalNumber type exposes the following members.

Constructors
 NameDescription
Public methodIncrementalNumberInitializes a new instance of the IncrementalNumber class
Top
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.
(Inherited from BaseIncrementalTextGenerator)
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 propertyType Type of the text generator.
(Overrides BaseTextGeneratorType)
Top
Methods
See Also