Domain Detective

API Reference

Class

RegistrationChange

Namespace DomainDetective.TimeSeries.Registration
Assembly DomainDetective
Modifiers sealed

Provides registration change functionality.

Inheritance

  • Object
  • RegistrationChange

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

Constructors

Properties

public RegistrationChangeKind Kind { get; set; } #

Gets or sets the kind value.

public String Before { get; set; } #

Gets or sets the before value.

public String After { get; set; } #

Gets or sets the after value.

public List<String> Added { get; set; } #

Gets or sets the added value.

public List<String> Removed { get; set; } #

Gets or sets the removed value.

{{ include "footer" }}