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
    [Obsolete]
    public class ConsoleAnnouncer : Announcer, IAnnouncer

    Constructors

    | Edit this page View Source

    ConsoleAnnouncer()

    Declaration
    public ConsoleAnnouncer()
    | Edit this page View Source

    ConsoleAnnouncer(IOptions<AnnouncerOptions>)

    Declaration
    public ConsoleAnnouncer(IOptions<AnnouncerOptions> options)
    Parameters
    Type Name Description
    IOptions<AnnouncerOptions> options

    Methods

    | Edit this page View Source

    ElapsedTime(TimeSpan)

    Declaration
    public override void ElapsedTime(TimeSpan timeSpan)
    Parameters
    Type Name Description
    TimeSpan timeSpan
    Overrides
    Announcer.ElapsedTime(TimeSpan)
    | Edit this page View Source

    Emphasize(string)

    Declaration
    public override void Emphasize(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Emphasize(string)
    | Edit this page View Source

    Error(string)

    Declaration
    public override void Error(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Error(string)
    | Edit this page View Source

    Header()

    Declaration
    public void Header()
    | Edit this page View Source

    Heading(string)

    Declaration
    public override void Heading(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Heading(string)
    | Edit this page View Source

    HorizontalRule()

    Declaration
    public void HorizontalRule()
    | Edit this page View Source

    Say(string)

    Declaration
    public override void Say(string message)
    Parameters
    Type Name Description
    string message
    Overrides
    Announcer.Say(string)
    | Edit this page View Source

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