Search Results for

    Show / Hide Table of Contents

    Interface IAnnouncer

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

    Methods

    | Edit this page View Source

    ElapsedTime(TimeSpan)

    Declaration
    void ElapsedTime(TimeSpan timeSpan)
    Parameters
    Type Name Description
    TimeSpan timeSpan
    | Edit this page View Source

    Emphasize(string)

    Declaration
    void Emphasize(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    Error(Exception)

    Declaration
    void Error(Exception exception)
    Parameters
    Type Name Description
    Exception exception
    | Edit this page View Source

    Error(string)

    Declaration
    void Error(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    Heading(string)

    Declaration
    void Heading(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    Say(string)

    Declaration
    void Say(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    Sql(string)

    Declaration
    void Sql(string sql)
    Parameters
    Type Name Description
    string sql
    | Edit this page View Source

    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[])
    • Edit this page
    • View Source
    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.