Domain Detective

API Reference

Class

TargetDecisionSummaryEntry

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Grouped summary bucket for target-selection diagnostics.

Inheritance

  • Object
  • TargetDecisionSummaryEntry

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public TargetDecisionSummaryEntry() #

Properties

public String Stage { get; set; } #

Gets or sets the stage value.

public String Action { get; set; } #

Gets or sets the action value.

public String Reason { get; set; } #

Gets or sets the reason value.

public String Severity { get; set; } #

Gets or sets the severity value.

public String RecommendedAction { get; set; } #

Gets or sets the recommended action value.

public Int32 Count { get; set; } #

Gets or sets the count value.

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

Gets or sets the example targets value.

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

Gets or sets the example services value.

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

Gets or sets the target origins value.

{{ include "footer" }}