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