Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMigrationEntry

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IMigrationEntry : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    MigrationName

    Declaration
    string MigrationName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Version

    Declaration
    SemVersion Version { get; set; }
    Property Value
    Type Description
    SemVersion
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • MigrationName
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX