TestimoX

API Reference

Class

AdMigrationPhaseExecutionCheck

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Implements
IEquatable<AdMigrationPhaseExecutionCheck>
Modifiers sealed

Structured check or evidence item produced while executing a migration phase.

Inheritance

  • Object
  • AdMigrationPhaseExecutionCheck

Usage

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

Constructors

Methods

public AdMigrationPhaseExecutionCheck <Clone>$() #
Returns: AdMigrationPhaseExecutionCheck
public virtual Boolean Equals(AdMigrationPhaseExecutionCheck 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 check code.

public Boolean Success { get; set; } #

Gets a value indicating whether the check succeeded.

public String Message { get; set; } #

Human-readable check message.