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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
Description | Gets the description of the distribution to which this designer corresponds. |
![]() |
Name | Gets the friendly name of the distribution to which this designer corresponds. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetInputs | Gets the input descriptors for the distribution. |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes the designer with the type of the distribution to which it corresponds. |
![]() |
OnInputChangeValidation | Represents the method that is called when a value in the specified input descriptor is about to change. |
![]() |
OnInputValueChanged | Represents the method that is called when a value in the specified input descriptor has changed. |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
SetDefaultInputValues | Sets the default values of the input properties. |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DefaultDistributionDesigner Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Distribution
IDistribution
DefaultGeneratorDesigner
IGeneratorDesigner
IDesigner