TestimoX

API Reference

Class

AdMigrationValidationCheck

Namespace ADPlayground.Migrations.Validation
Assembly ADPlayground
Implements
IEquatable<AdMigrationValidationCheck>
Modifiers sealed

One validation check produced after a migration phase.

Inheritance

  • Object
  • AdMigrationValidationCheck

Usage

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

Constructors

Methods

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

public Boolean Success { get; set; } #

Gets a value indicating whether the check succeeded.

public String Message { get; set; } #

Human-readable validation message.