Class MigrationStepModel
Inheritance
System.Object
MigrationStepModel
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 MigrationStepModel
Constructors
MigrationStepModel()
Declaration
public MigrationStepModel()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastRun
Declaration
public string LastRun { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Order
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StatusIcon
Declaration
public string StatusIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |