Domain Detective

API Reference

Enum

RdapEventAction

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(RdapEventActionConverter))

RDAP event action types.

Inheritance

  • Enum
  • RdapEventAction

Usage

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

Values

public const RdapEventAction Unknown #

Unknown or unsupported action.

Value: 0
public const RdapEventAction Registration #

The object was registered.

Value: 1
public const RdapEventAction Reregistration #

The object was re-registered.

Value: 2
public const RdapEventAction LastChanged #

The object was last modified.

Value: 3
public const RdapEventAction Expiration #

The object expires.

Value: 4
public const RdapEventAction Deletion #

The object was deleted.

Value: 5
public const RdapEventAction Reinstantiation #

The object was reinstated.

Value: 6
public const RdapEventAction Transfer #

The object was transferred.

Value: 7
public const RdapEventAction Locked #

The object was locked.

Value: 8
public const RdapEventAction Unlocked #

The object was unlocked.

Value: 9
public const RdapEventAction RegistrarExpiration #

Registrar expiration occurred.

Value: 10
{{ include "footer" }}