C# Class Net.Sf.Dbdeploy.Configuration.DbDeployDefaults

Default values for DbDeploy configuration.
Datei anzeigen Open project: brunomlopes/dbdeploy.net

Public Properties

Property Type Description
DelimiterType IDelimiterType
Encoding System.Text.Encoding
LineEnding string
OutputFile System.IO.FileInfo
ScriptDirectory System.IO.DirectoryInfo
TemplateDirectory System.IO.DirectoryInfo

Property Details

DelimiterType public_oe static_oe property

The delimiter type default value.
public static IDelimiterType DelimiterType
return IDelimiterType

Encoding public_oe static_oe property

The encoding default value.
public static Encoding,System.Text Encoding
return System.Text.Encoding

LineEnding public_oe static_oe property

The line ending default value.
public static string LineEnding
return string

OutputFile public_oe static_oe property

The output file default value.
public static FileInfo,System.IO OutputFile
return System.IO.FileInfo

ScriptDirectory public_oe static_oe property

The script directory default value.
public static DirectoryInfo,System.IO ScriptDirectory
return System.IO.DirectoryInfo

TemplateDirectory public_oe static_oe property

The templates directory default value.
public static DirectoryInfo,System.IO TemplateDirectory
return System.IO.DirectoryInfo