C# Class Net.Sf.Dbdeploy.PrettyPrinter

Datei anzeigen Open project: brunomlopes/dbdeploy.net Class Usage Examples

Public Methods

Method Description
Format ( IEnumerable changes ) : string

Private Methods

Method Description
AppendFolder ( StringBuilder builder, string folder ) : void

Appends the specified scripts folder.

AppendRange ( StringBuilder builder, int lastRangeStart, int lastNumber, bool isFirst ) : void
AppendWithPossibleComma ( StringBuilder builder, Object o, bool isFirst ) : void

Method Details

Format() public method

public Format ( IEnumerable changes ) : string
changes IEnumerable
return string