Click or drag to resize

FileTextGenerator Class

Textgenerator reading lines from a text file.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Common.TextGeneratorBaseTextGenerator
    RAYLASE.Marker.Common.TextGeneratorBaseIncrementalTextGenerator
      RAYLASE.Marker.Common.TextGeneratorFileTextGenerator

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

The FileTextGenerator type exposes the following members.

Constructors
 NameDescription
Public methodFileTextGeneratorInitializes a new instance of the FileTextGenerator class
Top
Properties
 NameDescription
Public propertyBatch Result will incremented after batch times iterations.
(Inherited from BaseIncrementalTextGenerator)
Public propertyCacheFile 
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 propertyPath Path of the text file.
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)
Public propertyWrapAround 
Top
Methods
See Also