Search Results for

    Show / Hide Table of Contents

    Class ConsoleAnnouncer

    Inheritance
    object
    Announcer
    ConsoleAnnouncer
    Implements
    IAnnouncer
    Inherited Members
    Announcer.ShowSql
    Announcer.ShowElapsedTime
    Announcer.Sql(string)
    Announcer.Error(Exception)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Announcers
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public class ConsoleAnnouncer : Announcer, IAnnouncer

    Methods

    ElapsedTime(TimeSpan)

    Declaration
    public override void ElapsedTime(TimeSpan timeSpan)
    Parameters
    Type Name Description
    TimeSpan timeSpan
    Overrides
    Announcer.ElapsedTime(TimeSpan)

    Emphasize(string)

    Declaration
    public override void Emphasize(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Emphasize(string)

    Error(string)

    Declaration
    public override void Error(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Error(string)

    Header()

    Declaration
    public void Header()

    Heading(string)

    Declaration
    public override void Heading(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Heading(string)

    HorizontalRule()

    Declaration
    public void HorizontalRule()

    Say(string)

    Declaration
    public override void Say(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Say(string)

    Write(string, bool)

    Declaration
    public override void Write(string message, bool isNotSql = true)
    Parameters
    Type Name Description
    string message
    bool isNotSql
    Overrides
    Announcer.Write(string, bool)

    Implements

    IAnnouncer
    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.