IGenerator Members
Defines the data generator contract.
The following tables list the members exposed by the IGenerator type.
Public Methods
Name | Description | |
---|---|---|
GenerateNextValues | When implemented in a class, generates the next value according to the data generator algorithm. | |
GetOutputValue | When implemented in a class, retrieves an output value. | |
Initialize | When implemented in a class, initializes the data generator. | |
SetInputValues | When implemented in a class, sets the input values for a data generator. | |
ValidateInputs | When implemented in a class, validates that all the required inputs for a data generator have been set. |
Top
See Also
Tasks
How to: Create Custom Data Generators
Reference
IGenerator Interface
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Generator Class
GeneratorAttribute Class
GeneratorInit Class