Interface IMigrationEntry
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IMigrationEntry : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties
View SourceMigrationName
Declaration
string MigrationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Declaration
SemVersion Version { get; set; }
Property Value
Type | Description |
---|---|
SemVersion |