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