Click or drag to resize

DateTextGenerator Class

Text generator formating the current date.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Common.TextGeneratorBaseTextGenerator
    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 class DateTextGenerator : BaseTextGenerator

The DateTextGenerator type exposes the following members.

Constructors
 NameDescription
Public methodDateTextGeneratorInitializes a new instance of the DateTextGenerator class
Top
Properties
 NameDescription
Public propertyStatic memberDateStrings 
Public propertyFormat Format string for the date. See .net documentation for further details.
Public propertyLogPath Logs the executed string, if not null.
(Inherited from BaseTextGenerator)
Public propertyType Type of the text generator.
(Overrides BaseTextGeneratorType)
Top
Methods
 NameDescription
Protected methodDoGetNextValue
(Overrides BaseTextGeneratorDoGetNextValue(Boolean, Boolean, NullableGuid))
Public methodGetNextValue Returns the generated text.
(Inherited from BaseTextGenerator)
Top
See Also