IDesigner Members

Defines the contract for distribution designers. IGeneratorDesigner implements this interface. Therefore, this interface also defines the contract for data generators.

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

Public Properties

  Name Description
Public property Description When implemented in a class, gets the description of the distribution or data generator to which this designer corresponds.  
Public property Name When implemented in a class, gets the friendly name of the distribution or data generator to which this designer corresponds.  

Top

Public Methods

  Name Description
Public method GetInputs When implemented in a class, gets the input descriptors for the distribution or data generator.  
Public method Initialize When implemented in a class, initializes the designer with the type of the distribution or data generator to which it corresponds.  
Public method OnInputChangeValidation When implemented in a class, this method is called when a value in the specified input descriptor is about to change.  
Public method OnInputValueChanged When implemented in a class, this method is called when a value in the specified input descriptor has changed.  
Public method SetDefaultInputValues When implemented in a class, sets the default values of the input properties.  

Top

See Also

Reference

IDesigner Interface
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DefaultDistributionDesigner Class
DefaultGeneratorDesigner Class
IGeneratorDesigner
Distribution Class
Generator Class