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 | |
---|---|---|
StringGenerator | Initializes a new instance of the StringGenerator class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Disposes the resources that the string generator held. | |
Equals | Overloaded. (Inherited from Object.) | |
GenerateNextValues | Generates the next set of string values. | |
GetHashCode | (Inherited from Object.) | |
GetOutputValue | Gets the output value of the string generator. | |
GetType | (Inherited from Object.) | |
Initialize | Initializes the string generator. | |
ReferenceEquals | (Inherited from Object.) | |
SetInputValues | Sets values on input properties for the string generator. | |
ToString | (Inherited from Object.) | |
ValidateInputs | Validates the input properties of the string generator. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
StringGenerator Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace