API Reference
Class
RecommendationView
Provides recommendation view functionality.
Inheritance
- Object
- RecommendationView
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
Constructors
public RecommendationView() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Code { get; set; } #Gets or sets the code value.
public RecommendationAdvice Advice { get; set; } #Gets or sets the advice value.
public AssessmentSeverity MaxSeverity { get; set; } #Gets or sets the max severity value.
public String Category { get; set; } #Gets or sets the category value.
public IReadOnlyCollection<String> Targets { get; set; } #Gets or sets the targets value.
public IReadOnlyList<Assessment> Instances { get; set; } #Gets or sets the instances value.