This topic has not yet been rated - Rate this topic

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)

[CLSCompliantAttribute(true)] 
public class DefaultGeneratorDesigner : IGeneratorDesigner, IDesigner
/** @attribute CLSCompliantAttribute(true) */ 
public class DefaultGeneratorDesigner implements IGeneratorDesigner, IDesigner
CLSCompliantAttribute(true) 
public class DefaultGeneratorDesigner implements IGeneratorDesigner, IDesigner

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.

System.Object
  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.DefaultGeneratorDesigner
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ