Share via


Distribution Members

The abstract base class for distributions.

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

Protected Constructors

  Name Description
Distribution Initializes a new instance of the Distribution class. 

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetRangeValue Returns a value that is between 0 and 1 and that represents a point on the distribution curve.  
Public method GetType  (Inherited from Object.)
Public method Initialize Initializes an instance of a Distribution.  
Public method Static ReferenceEquals  (Inherited from Object.)
Public method SetInputValues Sets the input properties for a distribution.  
Public method ToString  (Inherited from Object.)
Public method ValidateInputs Validates that all the required input properties for the distribution have been set.  

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)
Protected method OnGetRangeValue When overridden in a derived class, returns a value that is between 0 and 1 and that represents a point on the distribution curve.  
Protected method OnInitialize When overridden in a derived class, initializes a distribution.  
Protected method OnSetInputValues When overridden in a derived class, sets the input properties for a distribution.  
Protected method OnValidateInputs When overridden in a derived class, validates that all the required input properties for the distribution have been set.  

Top

See Also

Reference

Distribution Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DistributionInit

Other Resources

Generating Data with Data Generators