Domain Detective

API Reference

Class

TargetDecisionDiagnosticEntry

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Structured target-selection diagnostic captured alongside inventory snapshots.

Inheritance

  • Object
  • TargetDecisionDiagnosticEntry

Usage

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

Constructors

public TargetDecisionDiagnosticEntry() #

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 String Target { get; set; } #

Gets or sets the target value.

public String Service { get; set; } #

Gets or sets the service value.

public Nullable<Int32> PriorityScore { get; set; } #

Gets or sets the priority score value.

public String Message { get; set; } #

Gets or sets the message value.

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

Gets or sets the target origins value.

{{ include "footer" }}