IGeneratorDesigner Members

Include Protected Members
Include Inherited Members

Defines the contract for data generator designers.

The IGeneratorDesigner type exposes the following members.

Methods

 

Name

Description

Public method

GetInputs

Gets the input descriptors for the distribution or data generator. (Inherited from IDesigner.)

Public method

GetOutputs

Gets the output descriptors of a data generator.

Public method

Initialize

Initializes the designer with the type of distribution or data generator to which it corresponds. (Inherited from IDesigner.)

Public method

OnInputChangeValidation

Called when a value in the specified input descriptor is about to change. (Inherited from IDesigner.)

Public method

OnInputValueChanged

Called when a value in the specified input descriptor has changed. (Inherited from IDesigner.)

Public method

SetDefaultInputValues

Sets the default values of the input properties. (Inherited from IDesigner.)

Top

Properties

 

Name

Description

Public property

Description

Gets the description of the distribution or data generator to which this designer corresponds. (Inherited from IDesigner.)

Public property

DesignerStyles

Gets the designer styles of a data generator.

Public property

Name

Gets the friendly name of the distribution or data generator to which this designer corresponds. (Inherited from IDesigner.)

Top

See Also

Reference

IGeneratorDesigner Interface

Microsoft.Data.Schema.DataGenerator Namespace