Share via


DefaultDistributionDesigner Members

The default designer that you can use for all distributions.

The following tables list the members exposed by the DefaultDistributionDesigner type.

Public Constructors

  Name Description
Public constructor DefaultDistributionDesigner Initializes a new instance of the DefaultDistributionDesigner class to correspond to a distribution for a column in the data generation plan. 

Top

Public Properties

  Name Description
Public property Description Gets the description of the distribution to which this designer corresponds. 
Public property Name Gets the friendly name of the distribution to which this designer corresponds. 

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetInputs Gets the input descriptors for the distribution.  
Public method GetType  (Inherited from Object.)
Public method Initialize Initializes the designer with the type of the distribution to which it corresponds.  
Public method OnInputChangeValidation Represents the method that is called when a value in the specified input descriptor is about to change.  
Public method OnInputValueChanged Represents the method that is called when a value in the specified input descriptor has changed.  
Public method Static ReferenceEquals  (Inherited from Object.)
Public method SetDefaultInputValues Sets the default values of the input properties.  
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DefaultDistributionDesigner Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Distribution
IDistribution
DefaultGeneratorDesigner
IGeneratorDesigner
IDesigner