This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.FluentMigrator.
Summary
Contains settings used by
FluentMigratorRunner
.
- Assembly
- Cake
.FluentMigrator .dll - Namespace
- Cake
.FluentMigrator - Base Types
-
- ToolSettings
graph BT
Type-->Base0["ToolSettings"]
Type["FluentMigratorSettings"]
class Type type-node
Syntax
public class FluentMigratorSettings : ToolSettings
Constructors
Name | Summary |
---|---|
Fluent |
Properties
Name | Value | Summary |
---|---|---|
ApplicationContext | string |
Gets or sets the application context.
|
Assembly | FilePath |
Gets or sets the FilePath to the assembly that will be used.
|
Connection | string |
Gets or sets the Connection string that will be used.
|
Connection |
string |
Gets or sets the path to the connection string configuration.
|
Namespace | string |
Gets or sets the default namespace to be used.
|
NestedNamespaces | bool |
Gets or sets a value indicating whether nested namespaces should be used.
|
NoConnection | bool |
Gets or sets a value indicating whether no connection.
|
Output | bool |
Gets or sets a value indicating whether to output the result.
|
OutputFileName | string |
Gets or sets the name of the output file.
|
PreviewOnly | bool |
Gets or sets a value indicating whether execution should only a preview.
|
Profile | string |
Gets or sets the profile name to be used.
|
Provider | string |
Gets or sets the Provider that will be used by FluentMigrator.
|
ProviderSwitches | string |
Gets or sets the provider switches that should be applied.
|
StartVersion | long |
Gets or sets the start version number for the execution.
|
Steps | int |
Gets or sets the number of steps.
|
Tags | IEnumerable |
Gets or sets the list of tags to be used.
|
Task | string |
Gets or sets the name of the task.
|
Timeout | int |
Gets or sets the timeout period.
|
Transaction |
bool |
Gets or sets a value indicating whether transaction are based per session.
|
Verbose | bool |
Gets or sets a value indicating whether verbose output should be used.
|
Version | long |
Gets or sets the version number to be used.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|