Domain Detective

API Reference

Class

RegistrationDriftInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides registration drift info functionality.

Inheritance

  • Object
  • RegistrationDriftInfo

Constructors

Properties

public String SectionKey { get; set; } #

Gets or sets the section key value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Int32 SnapshotCount { get; set; } #

Gets or sets the snapshot count value.

public RegistrationSnapshot Current { get; set; } #

Gets or sets the current value.

public RegistrationSnapshot Previous { get; set; } #

Gets or sets the previous value.

public RegistrationDrift Drift { get; set; } #

Gets or sets the drift value.

public IReadOnlyList<RegistrationSnapshot> Snapshots { get; set; } #

Gets or sets the snapshots value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

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

Gets or sets the references value.

{{ include "footer" }}