DefaultGeneratorDesigner Members

The default designer that can be used for all data generators.

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

Public Constructors

  Name Description
Public constructor DefaultGeneratorDesigner Initializes a new instance of the DefaultGeneratorDesigner class to correspond to a column in the data generation plan.  

Top

Public Properties

  Name Description
Public property Description Gets the description of the data generator to which this designer corresponds. 
Public property DesignerStyles Gets the style information for the data generator to which this designer corresponds. 
Public property Name Gets the friendly name of the data generator to which this designer corresponds. 

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetInputs Gets the input descriptors for the data generator.  
Public method GetOutputs Gets the output descriptors for the data generator.  
Public method GetType  (Inherited from Object.)
Public method Initialize Initializes the designer with the type of the data generator to which it corresponds.  
Public method OnInputChangeValidation Represents the method that is called when a value in the specified input descriptor is about to change.  
Public method OnInputValueChanged Represents the method that is called when a value in the specified input descriptor has changed.  
Public method Static ReferenceEquals  (Inherited from Object.)
Public method SetDefaultInputValues Sets the default values of the input properties.  
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Tasks

How to: Add Output Properties to a Data Generator
How to: Add Input Properties to a Data Generator

Reference

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

Concepts

Specifying Details of Data Generation for a Column