TestimoX

API Reference

Class

AdMigrationPhase

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

Planned migration phase for a single item.

Inheritance

  • Object
  • AdMigrationPhase

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

Methods

public AdMigrationPhase <Clone>$() #
Returns: AdMigrationPhase
public virtual Boolean Equals(AdMigrationPhase 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 Boolean RequiresMachineExecutor { get; set; } #

Gets a value indicating whether the phase needs a machine-side executor.

public Boolean IsMutating { get; set; } #

Gets a value indicating whether the phase mutates state.

public String Description { get; set; } #

Phase description.