Search Results for

    Show / Hide Table of Contents

    Class MigrationConventionsExtensions

    Extension methods for IMigrationRunnerConventions.

    Inheritance
    object
    MigrationConventionsExtensions
    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
    public static class MigrationConventionsExtensions

    Methods

    | Edit this page View Source

    HasRequestedTags(IMigrationRunnerConventions, Type, string[], bool)

    Returns a value indicating whether the type matches the given tag list.

    Declaration
    public static bool HasRequestedTags(this IMigrationRunnerConventions conventions, Type type, string[] tagsList, bool includeUntagged)
    Parameters
    Type Name Description
    IMigrationRunnerConventions conventions

    The conventions to use.

    Type type

    The type to validate.

    string[] tagsList

    The list of tags to check against.

    bool includeUntagged

    Allow untagged entries.

    Returns
    Type Description
    bool

    true when the requested tags match the tags attached to the type.

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