Distribution.ValidateInputs Method

Validates that all the required input properties for the distribution have been set.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)

Syntax

'Declaration
Public Sub ValidateInputs
'Usage
Dim instance As Distribution

instance.ValidateInputs()
public void ValidateInputs()
public:
virtual void ValidateInputs() sealed
public final function ValidateInputs()

Implements

IDistribution.ValidateInputs()

Remarks

The values that this method sets are the additional input properties that the user of the distribution enters in the Properties window. Not all distributions have additional properties. For example, the Normal distribution has a Deviation property, but the Exponential distribution has no additional properties.

This method calls OnValidateInputs. You should override OnValidateInputs if you want to override the ValidateInputs functionality.

Permissions

See Also

Reference

Distribution Class

Distribution Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

IDistribution

DistributionAttribute

DistributionInit

DefaultDistributionDesigner

Other Resources

Generating Data with Data Generators