Search Results for

    Show / Hide Table of Contents

    Class AssemblySourceItem<T>

    Inheritance
    object
    AssemblySourceItem<T>
    Implements
    ITypeSourceItem<T>
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class AssemblySourceItem<T> : ITypeSourceItem<T> where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    AssemblySourceItem(params Assembly[])

    Initializes a new instance of the AssemblySourceItem class.

    Declaration
    public AssemblySourceItem(params Assembly[] assemblies)
    Parameters
    Type Name Description
    Assembly[] assemblies

    The assemblies to load the type from

    Methods

    | Edit this page View Source

    GetCandidates(Predicate<Type>)

    Gets all type candidates that implement T.

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

    The predicate to filter the types

    Returns
    Type Description
    IEnumerable<Type>

    Implements

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