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