DefaultGeneratorDesigner Class
Visual Studio 2005
The default designer that can be used for all data generators.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
How to: Add Input Properties to a Data Generator
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Generator
IGenerator
DefaultDistributionDesigner Class
IGeneratorDesigner
IDesigner
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
You can override this designer to achieve custom designer behavior.
One instance of the designer exists for each column that the data generation plan includes.
The default designer determines the design-time behavior of the data generators, which includes the following:
-
Getting the names of the input properties for the Properties window.
-
Setting the default values of the input properties in the Properties window.
-
Validating the data that the user specifies in the Properties window.
-
Getting the names of the output properties for the Generator Output column.
This designer determines the input and output properties by reading the InputAttribute and OutputAttribute of each data generator.
Tasks
How to: Add Output Properties to a Data GeneratorHow to: Add Input Properties to a Data Generator
Reference
DefaultGeneratorDesigner MembersMicrosoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Generator
IGenerator
DefaultDistributionDesigner Class
IGeneratorDesigner
IDesigner