DefaultGeneratorDesigner Members

Include Protected Members
Include Inherited Members

This class provides the default designer that can be used for all data generators.

The DefaultGeneratorDesigner type exposes the following members.

Constructors

  Name Description
Public method DefaultGeneratorDesigner Initializes a new instance of the DefaultGeneratorDesigner class to correspond to a column in the data generation plan.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetInputs Gets the input descriptors for the data generator.
Public method GetOutputs Gets the output descriptors for the data generator.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize Initializes the designer with the type of data generator to which it corresponds.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnInputChangeValidation Represents the method that is called when a value in the specified input descriptor is about to change.
Public method OnInputValueChanged Represents the method that is called when a value in the specified input descriptor has changed.
Public method SetDefaultInputValues Sets the default values of the input properties.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Description Gets the description of the data generator to which this designer corresponds.
Public property DesignerStyles Gets the style information for the data generator to which this designer corresponds.
Public property Name Gets the friendly name of the data generator to which this designer corresponds.

Top

See Also

Reference

DefaultGeneratorDesigner Class

Microsoft.Data.Schema.DataGenerator Namespace