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 | |
---|---|---|
![]() |
DefaultGeneratorDesigner | Initializes a new instance of the DefaultGeneratorDesigner class to correspond to a column in the data generation plan. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets the description of the data generator to which this designer corresponds. |
![]() |
DesignerStyles | Gets the style information for the data generator to which this designer corresponds. |
![]() |
Name | Gets the friendly name of the data generator to which this designer corresponds. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetInputs | Gets the input descriptors for the data generator. |
![]() |
GetOutputs | Gets the output descriptors for the data generator. |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes the designer with the type of the data generator to which it corresponds. |
![]() |
OnInputChangeValidation | Represents the method that is called when a value in the specified input descriptor is about to change. |
![]() |
OnInputValueChanged | Represents the method that is called when a value in the specified input descriptor has changed. |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
SetDefaultInputValues | Sets the default values of the input properties. |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
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