Ef6SettingsExtensions Class

Summary

Extensions for Ef6Settings.
Assembly
Cake.EntityFramework6.dll
Namespace
Cake.EntityFramework6
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Ef6SettingsExtensions"] class Type type-node

Syntax

public static class Ef6SettingsExtensions

Methods

Name Value Summary
FromPath(Ef6Settings, DirectoryPath) Ef6Settings
Sets the working directory which should be used to run the ef6.exe command.
static
SetNoColor(Ef6Settings) Ef6Settings
Sets the no color output for Entity Framework output (e.g. - Don't colorize output).
static
SetPrefixOutput(Ef6Settings) Ef6Settings
Sets the Prefix Out with level for the e6.exe. (e.g. - Prefix output with level.).
static
SetVerbose(Ef6Settings) Ef6Settings
Sets the verbose output for Entity Framework output. (e.g. - Show verbose output).
static
SetVersion(Ef6Settings) Ef6Settings
Sets the version to show for the e6.exe. (e.g. - Show version information).
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin