Domain Detective

API Reference

Class

RecommendationView

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

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.

Constructors

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.

{{ include "footer" }}