Search Results for

    Show / Hide Table of Contents

    Interface ITypeSourceItem<T>

    The source of types implementing the interface of type T.

    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface ITypeSourceItem<T> where T : class
    Type Parameters
    Name Description
    T

    The type of the interface to implement

    Methods

    | Edit this page View Source

    GetCandidates(Predicate<Type>)

    Gets all type candidates that implement T.

    Declaration
    IEnumerable<Type> GetCandidates(Predicate<Type> predicate)
    Parameters
    Type Name Description
    Predicate<Type> predicate

    The predicate to filter the types

    Returns
    Type Description
    IEnumerable<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.