IGenerator Members

Defines the data generator contract.

The following tables list the members exposed by the IGenerator type.

Public Methods

  Name Description
Public method GenerateNextValues When implemented in a class, generates the next value according to the data generator algorithm.  
Public method GetOutputValue When implemented in a class, retrieves an output value.  
Public method Initialize When implemented in a class, initializes the data generator.  
Public method SetInputValues When implemented in a class, sets the input values for a data generator.  
Public method 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