Search Results for

    Show / Hide Table of Contents

    Interface IMigrationInfo

    Namespace: FluentMigrator.Infrastructure
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IMigrationInfo

    Properties

    Description

    Declaration
    string Description { get; }
    Property Value
    Type Description
    string

    IsBreakingChange

    Declaration
    bool IsBreakingChange { get; }
    Property Value
    Type Description
    bool

    Migration

    Declaration
    IMigration Migration { get; }
    Property Value
    Type Description
    IMigration

    TransactionBehavior

    Declaration
    TransactionBehavior TransactionBehavior { get; }
    Property Value
    Type Description
    TransactionBehavior

    Version

    Declaration
    long Version { get; }
    Property Value
    Type Description
    long

    Methods

    GetName()

    Declaration
    string GetName()
    Returns
    Type Description
    string

    HasTrait(string)

    Declaration
    bool HasTrait(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    bool

    Trait(string)

    Declaration
    object Trait(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    object

    Extension Methods

    ExtensionsForIMigrationInfo.IsAttributed(IMigrationInfo)
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.