Interface IRootPathConvention
A convention working on IFile
Namespace: FluentMigrator .Runner.Conventions
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IRootPathConvention
Methods
Apply(IFileSystemExpression)
Applies a convention to a IFile
Declaration
IFileSystemExpression Apply(IFileSystemExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IFile |
expression | The expression this convention should be applied to |
Returns
Type | Description |
---|---|
IFile |
The same or a new expression. The underlying type must stay the same. |