Search Results for

    Show / Hide Table of Contents

    Interface IAnnouncer

    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface IAnnouncer

    Methods

    ElapsedTime(TimeSpan)

    Declaration
    void ElapsedTime(TimeSpan timeSpan)
    Parameters
    Type Name Description
    TimeSpan timeSpan

    Emphasize(string)

    Declaration
    void Emphasize(string message)
    Parameters
    Type Name Description
    string message

    Error(Exception)

    Declaration
    void Error(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    Error(string)

    Declaration
    void Error(string message)
    Parameters
    Type Name Description
    string message

    Heading(string)

    Declaration
    void Heading(string message)
    Parameters
    Type Name Description
    string message

    Say(string)

    Declaration
    void Say(string message)
    Parameters
    Type Name Description
    string message

    Sql(string)

    Declaration
    void Sql(string sql)
    Parameters
    Type Name Description
    string sql

    Write(string, bool)

    Declaration
    [Obsolete]
    void Write(string message, bool isNotSql = true)
    Parameters
    Type Name Description
    string message
    bool isNotSql

    Extension Methods

    AnnouncerExtensions.Error(IAnnouncer, string, params object[])
    AnnouncerExtensions.Heading(IAnnouncer, string, params object[])
    AnnouncerExtensions.Say(IAnnouncer, string, params object[])
    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.