DefaultDistributionDesigner Members
Include Protected Members
Include Inherited Members
This class is the default designer for all distributions.
The DefaultDistributionDesigner type exposes the following members.
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
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInputs | Gets the input descriptors for the distribution. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Initializes the designer with the type of distribution to which it corresponds. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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. | |
SetDefaultInputValues | Sets the default values of the input properties. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
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