Click or drag to resize

BaseTextGenerator Class

Base class for text generators.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Common.TextGeneratorBaseTextGenerator
    RAYLASE.Marker.Common.TextGeneratorBaseIncrementalTextGenerator
    RAYLASE.Marker.Common.TextGeneratorDateTextGenerator

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

The BaseTextGenerator type exposes the following members.

Constructors
 NameDescription
Protected methodBaseTextGeneratorInitializes a new instance of the BaseTextGenerator class
Top
Properties
 NameDescription
Public propertyLogPath Logs the executed string, if not null.
Public propertyType Type of the text generator.
Top
Methods
 NameDescription
Protected methodDoGetNextValue 
Public methodGetNextValue Returns the generated text.
Top
See Also