World is now on Opti ID! Learn more

Class MigrationModel

Inheritance
System.Object
MigrationModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.UI.Models.Migrate
Assembly: EPiServer.Commerce.UI.dll
Version: 13.30.0
Syntax
public class MigrationModel

Constructors

MigrationModel()

Declaration
public MigrationModel()

Properties

CanStartMigrationJob

Declaration
public bool CanStartMigrationJob { get; }
Property Value
Type Description
System.Boolean

Messages

Declaration
public IEnumerable<MigrationMessage> Messages { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<MigrationMessage>

ShowHelp

Declaration
public bool ShowHelp { get; set; }
Property Value
Type Description
System.Boolean

ShowLog

Declaration
public bool ShowLog { get; set; }
Property Value
Type Description
System.Boolean

ShowSteps

Declaration
public bool ShowSteps { get; set; }
Property Value
Type Description
System.Boolean

StartPageUrl

Declaration
public string StartPageUrl { get; set; }
Property Value
Type Description
System.String

Status

Declaration
public MigrationStatus Status { get; set; }
Property Value
Type Description
MigrationStatus

StatusMessage

Declaration
public string StatusMessage { get; }
Property Value
Type Description
System.String

Steps

Declaration
public IEnumerable<MigrationStepModel> Steps { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<MigrationStepModel>