Share via


IGeneratorDesigner Members

Include Protected Members
Include Inherited Members

Defines the contract for data generator designers.

The IGeneratorDesigner type exposes the following members.

Methods

  Name Description
Aa833754.pubmethod(en-us,VS.90).gif GetInputs When implemented in a class, gets the input descriptors for the distribution or data generator. (Inherited from IDesigner.)
Aa833754.pubmethod(en-us,VS.90).gif GetOutputs When implemented in a class, gets the output descriptors of a data generator.
Aa833754.pubmethod(en-us,VS.90).gif Initialize When implemented in a class, initializes the designer with the type of the distribution or data generator to which it corresponds. (Inherited from IDesigner.)
Aa833754.pubmethod(en-us,VS.90).gif OnInputChangeValidation When implemented in a class, this method is called when a value in the specified input descriptor is about to change. (Inherited from IDesigner.)
Aa833754.pubmethod(en-us,VS.90).gif OnInputValueChanged When implemented in a class, this method is called when a value in the specified input descriptor has changed. (Inherited from IDesigner.)
Aa833754.pubmethod(en-us,VS.90).gif SetDefaultInputValues When implemented in a class, sets the default values of the input properties. (Inherited from IDesigner.)

Top

Properties

  Name Description
Aa833754.pubproperty(en-us,VS.90).gif Description When implemented in a class, gets the description of the distribution or data generator to which this designer corresponds. (Inherited from IDesigner.)
Aa833754.pubproperty(en-us,VS.90).gif DesignerStyles When implemented in a class, gets the designer styles of a data generator.
Aa833754.pubproperty(en-us,VS.90).gif Name When implemented in a class, gets the friendly name of the distribution or data generator to which this designer corresponds. (Inherited from IDesigner.)

Top

See Also

Reference

IGeneratorDesigner Interface

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace