Search Results for

    Show / Hide Table of Contents

    Class AnnouncerExtensions

    Extension methods for an IAnnouncer

    Inheritance
    object
    AnnouncerExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    [Obsolete]
    public static class AnnouncerExtensions

    Methods

    | Edit this page View Source

    Error(IAnnouncer, string, params object[])

    Writes a formatted error message

    Declaration
    [Obsolete]
    public static void Error(this IAnnouncer announcer, string message, params object[] args)
    Parameters
    Type Name Description
    IAnnouncer announcer

    The announcer used to write the message

    string message

    The message to format

    object[] args

    The arguments

    | Edit this page View Source

    Heading(IAnnouncer, string, params object[])

    Writes a formatted heading message

    Declaration
    [Obsolete]
    public static void Heading(this IAnnouncer announcer, string message, params object[] args)
    Parameters
    Type Name Description
    IAnnouncer announcer

    The announcer used to write the message

    string message

    The message to format

    object[] args

    The arguments

    | Edit this page View Source

    Say(IAnnouncer, string, params object[])

    Writes a formatted message

    Declaration
    [Obsolete]
    public static void Say(this IAnnouncer announcer, string message, params object[] args)
    Parameters
    Type Name Description
    IAnnouncer announcer

    The announcer used to write the message

    string message

    The message to format

    object[] args

    The arguments

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