Domain Detective

API Reference

Class

RecommendationAdvice

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Provides recommendation advice functionality.

Inheritance

  • Object
  • RecommendationAdvice

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

Accepted by parameters

Constructors

Properties

public String Code { get; set; } #

Gets or sets the code value.

public String Title { get; set; } #

Gets or sets the title value.

public String Why { get; set; } #

Gets or sets the why value.

public String How { get; set; } #

Gets or sets the how value.

public RecommendationDomain Domain { get; set; } #

Gets or sets the domain value.

public IReadOnlyList<String> Tags { get; set; } #

Gets or sets the tags value.

public String Impact { get; set; } #

Gets or sets the impact value.

public RecommendationEffort Effort { get; set; } #

Gets or sets the effort value.

public String Verify { get; set; } #

Gets or sets the verify value.

{{ include "footer" }}