Search Results for

    Show / Hide Table of Contents

    Class Announcer

    Inheritance
    object
    Announcer
    ConsoleAnnouncer
    ConsoleAnnouncer
    NullAnnouncer
    NullAnnouncer
    TextWriterAnnouncer
    TextWriterAnnouncer
    Implements
    IAnnouncer
    Inherited Members
    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 abstract class Announcer : IAnnouncer

    Constructors

    | Edit this page View Source

    Announcer()

    Declaration
    protected Announcer()
    | Edit this page View Source

    Announcer(IOptions<AnnouncerOptions>)

    Declaration
    protected Announcer(IOptions<AnnouncerOptions> options)
    Parameters
    Type Name Description
    IOptions<AnnouncerOptions> options

    Properties

    | Edit this page View Source

    ShowElapsedTime

    Declaration
    public virtual bool ShowElapsedTime { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ShowSql

    Declaration
    public virtual bool ShowSql { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    ElapsedTime(TimeSpan)

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

    Emphasize(string)

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

    Error(Exception)

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

    Error(string)

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

    Heading(string)

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

    Say(string)

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

    Sql(string)

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

    Write(string, bool)

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

    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.