Base |
public abstract class BaseIncrementalTextGenerator : BaseTextGenerator
The BaseIncrementalTextGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseIncrementalTextGenerator | Initializes a new instance of the BaseIncrementalTextGenerator class |
Name | Description | |
---|---|---|
![]() | Batch | Result will incremented after batch times iterations. |
![]() | CurrentIteration | Current iteration. |
![]() | Increment | Increments result by value each iteration. |
![]() | LastSimulationID | |
![]() | LastValue | |
![]() | LogPath |
Logs the executed string, if not null.
(Inherited from BaseTextGenerator) |
![]() | MinDigits | Minumum number of digits. Prepends 0 to reach the minimum length. |
![]() | ResetCounterDelegate | |
![]() | ResetType | |
![]() | Start | Start value. Setting a new value will reset CurrentIteration. |
![]() | Type |
Type of the text generator.
(Inherited from BaseTextGenerator) |
Name | Description | |
---|---|---|
![]() | DoGetNextValue | (Overrides BaseTextGeneratorDoGetNextValue(Boolean, Boolean, NullableGuid)) |
![]() | GetCurrentIndex | Returns the current index. |
![]() | GetFormatString | |
![]() | GetNextValue |
Returns the generated text.
(Inherited from BaseTextGenerator) |
![]() | ResetCounter | |
![]() | UpdateNextValue |