Interface IAssemblySourceItem
Represents an item for the AssemblySource
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IAssemblySourceItem
Properties
Assemblies
Gets all assemblies covered by this item
Declaration
IEnumerable<Assembly> Assemblies { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Assembly> |