TestimoX

API Reference

Class

AdMigrationRollbackAction

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

Rollback or recovery instruction for a migration phase that changed state.

Inheritance

  • Object
  • AdMigrationRollbackAction

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public AdMigrationRollbackActionKind Kind { get; set; } #

Rollback action kind.

public AdMigrationPhaseKind PhaseKind { get; set; } #

Phase that produced the state change.

public String Target { get; set; } #

Target principal, resource, or phase item.

public String Code { get; set; } #

Stable rollback action code for automation and filtering.

public String Instruction { get; set; } #

Human-readable rollback instruction.

public String RequiredEvidence { get; set; } #

Rollback evidence or prerequisite needed before executing the instruction.

public Boolean RequiresMachineExecutor { get; set; } #

Gets a value indicating whether the rollback action requires a machine-side executor.