IGenerator Members

Include Protected Members
Include Inherited Members

Defines the data generator contract.

The IGenerator type exposes the following members.

Methods

  Name Description
Aa833757.pubmethod(en-us,VS.90).gif Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Aa833757.pubmethod(en-us,VS.90).gif GenerateNextValues When implemented in a class, generates the next value according to the data generator algorithm.
Aa833757.pubmethod(en-us,VS.90).gif GetOutputValue When implemented in a class, retrieves an output value.
Aa833757.pubmethod(en-us,VS.90).gif Initialize When implemented in a class, initializes the data generator.
Aa833757.pubmethod(en-us,VS.90).gif SetInputValues When implemented in a class, sets the input values for a data generator.
Aa833757.pubmethod(en-us,VS.90).gif ValidateInputs When implemented in a class, validates that all the required inputs for a data generator have been set.

Top

See Also

Reference

IGenerator Interface

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace