IDesigner Interface
Visual Studio Team Data Managed Ref
IDesigner Interface

Defines the contract for distribution designers. IGeneratorDesigner implements this interface. Therefore, this interface also defines the contract for data generators.

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

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

Each standard data generator that is numeric (Decimal, Money, DateTime, Real, Float, and the integer generators) has a Distribution property. The user can specify the Distribution property to generate data that approximates a statistical distribution curve. The standard distribution options are as follows: Uniform, Normal, Normal Inverse, Exponential, and Exponential Inverse.

One instance of the designer exists for each distribution that is associated with each numeric column that the data generation plan includes.

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