TestimoX

API Reference

Class

SidHistoryDueDiligenceIssue

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Implements
IEquatable<SidHistoryDueDiligenceIssue>
Modifiers sealed

A due-diligence issue found while planning SIDHistory migration, recovery, or cleanup.

Inheritance

  • Object
  • SidHistoryDueDiligenceIssue

Usage

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

Constructors

Methods

public SidHistoryDueDiligenceIssue <Clone>$() #
Returns: SidHistoryDueDiligenceIssue
public virtual Boolean Equals(SidHistoryDueDiligenceIssue other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Code { get; set; } #

Stable machine-readable issue code.

public String Message { get; set; } #

Human-readable issue message.

public SidHistoryDueDiligenceSeverity Severity { get; set; } #

Issue severity.

public String Target { get; set; } #

Optional source or target identifier associated with the issue.