Search Results for

    Show / Hide Table of Contents
    View Source

    Class MigrationEntry

    Inheritance
    System.Object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class MigrationEntry : EntityBase, IMigrationEntry, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Constructors

    View Source

    MigrationEntry()

    Declaration
    public MigrationEntry()
    View Source

    MigrationEntry(Int32, DateTime, String, SemVersion)

    Declaration
    public MigrationEntry(int id, DateTime createDate, string migrationName, SemVersion version)
    Parameters
    Type Name Description
    System.Int32 id
    DateTime createDate
    System.String migrationName
    SemVersion version

    Properties

    View Source

    MigrationName

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

    Version

    Declaration
    public SemVersion Version { get; set; }
    Property Value
    Type Description
    SemVersion
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MigrationEntry()
      • MigrationEntry(Int32, DateTime, String, SemVersion)
    • Properties
      • MigrationName
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX