Share via


StringGenerator Members

A sealed data generator class that generates strings.

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

Public Constructors

  Name Description
Public constructor StringGenerator Initializes a new instance of the StringGenerator class.  

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Dispose Disposes the resources that the string generator held.  
Public method Equals  Overloaded. (Inherited from Object.)
Public method GenerateNextValues Generates the next set of string values.  
Public method GetHashCode  (Inherited from Object.)
Public method GetOutputValue Gets the output value of the string generator.  
Public method GetType  (Inherited from Object.)
Public method Initialize Initializes the string generator.  
Public method Static ReferenceEquals  (Inherited from Object.)
Public method SetInputValues Sets values on input properties for the string generator.  
Public method ToString  (Inherited from Object.)
Public method ValidateInputs Validates the input properties of the string generator.  

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

StringGenerator Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace