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.0Syntax
public class MigrationModel
Constructors
MigrationModel()
Declaration
public MigrationModel()
Properties
CanStartMigrationJob
Declaration
public bool CanStartMigrationJob { get; }
Property Value
Type | Description |
---|---|
System. |
Messages
Declaration
public IEnumerable<MigrationMessage> Messages { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShowHelp
Declaration
public bool ShowHelp { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShowLog
Declaration
public bool ShowLog { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShowSteps
Declaration
public bool ShowSteps { get; set; }
Property Value
Type | Description |
---|---|
System. |
StartPageUrl
Declaration
public string StartPageUrl { get; set; }
Property Value
Type | Description |
---|---|
System. |
Status
Declaration
public MigrationStatus Status { get; set; }
Property Value
Type | Description |
---|---|
Migration |
StatusMessage
Declaration
public string StatusMessage { get; }
Property Value
Type | Description |
---|---|
System. |
Steps
Declaration
public IEnumerable<MigrationStepModel> Steps { get; set; }
Property Value
Type | Description |
---|---|
System. |