Search Results for

    Show / Hide Table of Contents

    Class CompositeAnnouncer

    Inheritance
    object
    CompositeAnnouncer
    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 class CompositeAnnouncer : IAnnouncer

    Constructors

    | Edit this page View Source

    CompositeAnnouncer(params IAnnouncer[])

    Declaration
    public CompositeAnnouncer(params IAnnouncer[] announcers)
    Parameters
    Type Name Description
    IAnnouncer[] announcers

    Properties

    | Edit this page View Source

    Announcers

    Declaration
    public IEnumerable<IAnnouncer> Announcers { get; }
    Property Value
    Type Description
    IEnumerable<IAnnouncer>

    Methods

    | Edit this page View Source

    ElapsedTime(TimeSpan)

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

    Emphasize(string)

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

    Error(Exception)

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

    Error(string)

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

    Heading(string)

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

    Say(string)

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

    Sql(string)

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

    Write(string, bool)

    Declaration
    [Obsolete]
    public void Write(string message, bool isNotSql)
    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.