API Reference
Enum
BenchmarkCrosswalkRelationship
Describes how a canonical setting is represented between two benchmark packs.
Inheritance
- Enum
- BenchmarkCrosswalkRelationship
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property BenchmarkCrosswalkEntry.Relationship
- Field BenchmarkCrosswalkRelationship.Added
- Field BenchmarkCrosswalkRelationship.Equivalent
- Field BenchmarkCrosswalkRelationship.ManyToMany
- Field BenchmarkCrosswalkRelationship.Merged
- Field BenchmarkCrosswalkRelationship.Removed
- Field BenchmarkCrosswalkRelationship.Split
- Field BenchmarkCrosswalkRelationship.Unmapped
- Property BenchmarkReviewedCrosswalkEntry.Relationship
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BenchmarkCrosswalkRelationship Equivalent #One recommendation in each pack addresses the canonical setting.
Value:
0public const BenchmarkCrosswalkRelationship Split #One source recommendation is represented by multiple target recommendations.
Value:
1public const BenchmarkCrosswalkRelationship Merged #Multiple source recommendations are represented by one target recommendation.
Value:
2public const BenchmarkCrosswalkRelationship ManyToMany #Multiple recommendations exist on both sides and require explicit review.
Value:
3public const BenchmarkCrosswalkRelationship Added #The canonical setting exists only in the target pack.
Value:
4public const BenchmarkCrosswalkRelationship Removed #The canonical setting exists only in the source pack.
Value:
5public const BenchmarkCrosswalkRelationship Unmapped #The recommendation has no stable technical identity and cannot be matched automatically.
Value:
6