File |
public class FileTextGenerator : BaseIncrementalTextGenerator
The FileTextGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| FileTextGenerator | Initializes a new instance of the FileTextGenerator class |
| Name | Description | |
|---|---|---|
| Batch |
Result will incremented after batch times iterations.
(Inherited from BaseIncrementalTextGenerator) | |
| CacheFile | ||
| 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) | |
| Path | Path of the text file. | |
| 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) | |
| WrapAround |
| 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)) |