TestimoX

API Reference

Class

AdMigrationPhaseExecutionResult

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

Result of executing or previewing one migration phase.

Inheritance

  • Object
  • AdMigrationPhaseExecutionResult

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public AdMigrationPhaseKind Kind { get; set; } #

Phase kind.

public String Item { get; set; } #

Item display label.

public AdMigrationPhaseExecutionStatus Status { get; set; } #

Execution status.

public Boolean Changed { get; set; } #

Gets a value indicating whether state was changed.

public String Message { get; set; } #

Human-readable result message.

public IReadOnlyList<AdMigrationPhaseExecutionCheck> Checks { get; set; } #

Structured checks or evidence produced by the phase.