IGenerator Interface
Visual Studio Team Data Managed Ref
IGenerator Interface

Defines the data generator contract.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Visual Basic (Declaration)
<CLSCompliantAttribute(True)> _
Public Interface IGenerator
	Inherits IDisposable
Visual Basic (Usage)
Dim instance As IGenerator
C#
[CLSCompliantAttribute(true)] 
public interface IGenerator : IDisposable
C++
[CLSCompliantAttribute(true)] 
public interface class IGenerator : IDisposable
J#
/** @attribute CLSCompliantAttribute(true) */ 
public interface IGenerator extends IDisposable
JScript
CLSCompliantAttribute(true) 
public interface IGenerator extends IDisposable

If the standard data generators are insufficient, you can create custom data generators. To create a custom data generator, you must create a class that implements IGenerator or inherits from Generator. You identify the class as a data generator by decorating it with GeneratorAttribute.

You can create a custom designer for a custom data generator, or you can use DefaultGeneratorDesigner. For more information, see An Overview of Data Generator Extensibility.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker