DefaultGeneratorDesigner Class

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)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Class DefaultGeneratorDesigner
    Implements IGeneratorDesigner, IDesigner
'Usage
Dim instance As DefaultGeneratorDesigner
[CLSCompliantAttribute(true)] 
public class DefaultGeneratorDesigner : IGeneratorDesigner, IDesigner
[CLSCompliantAttribute(true)] 
public ref class DefaultGeneratorDesigner : IGeneratorDesigner, IDesigner
/** @attribute CLSCompliantAttribute(true) */ 
public class DefaultGeneratorDesigner implements IGeneratorDesigner, IDesigner
CLSCompliantAttribute(true) 
public class DefaultGeneratorDesigner implements IGeneratorDesigner, IDesigner

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.DefaultGeneratorDesigner

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Tasks

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

Reference

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

Concepts

Specifying Details of Data Generation for a Column