Search Results for

    Show / Hide Table of Contents

    Interface IAnnouncer

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

    Methods

    | Improve this Doc View Source

    ElapsedTime(TimeSpan)

    Declaration
    void ElapsedTime(TimeSpan timeSpan)
    Parameters
    Type Name Description
    TimeSpan timeSpan
    | Improve this Doc View Source

    Emphasize(String)

    Declaration
    void Emphasize(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    Error(Exception)

    Declaration
    void Error(Exception exception)
    Parameters
    Type Name Description
    Exception exception
    | Improve this Doc View Source

    Error(String)

    Declaration
    void Error(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    Heading(String)

    Declaration
    void Heading(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    Say(String)

    Declaration
    void Say(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    Sql(String)

    Declaration
    void Sql(string sql)
    Parameters
    Type Name Description
    String sql
    | Improve this Doc View Source

    Write(String, Boolean)

    Declaration
    void Write(string message, bool isNotSql = true)
    Parameters
    Type Name Description
    String message
    Boolean isNotSql

    Extension Methods

    AnnouncerExtensions.Heading(IAnnouncer, String, Object[])
    AnnouncerExtensions.Say(IAnnouncer, String, Object[])
    AnnouncerExtensions.Error(IAnnouncer, String, Object[])
    • Improve this Doc
    • 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.