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 SourceGetCandidates(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> |