Regression |
The RegressionTag type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Returns true if obj is the same
RegressionTag as this; false otherwise.
(Overrides ValueTypeEquals(Object)) | |
Equals(RegressionTag) | Returns true if other represents the same regression tag; false otherwise. | |
FromString | Returns the non-null RegressionTag with the specified String (returned by its ToString method). | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) | |
GetValues | Returns an array of the available RegressionTag values. | |
ToString |
Returns a non-null, non-empty string representation of this enum
constant in the format used to specify a RegressionTag in the
response XML ("Shortlist", "NotableOther",
"Requested", or "InShortlistRange").
(Overrides ValueTypeToString) |