C# Class Unicorn.AdvancedLoadOptions

Extends the stock serialization LoadOptions to enable: * Preset support (eg. load only one preset include with its excludes respected) * Progress reporting support with the progress pattern * DeleteOrphans support (allows deletes to occur WITHOUT forcing an update everywhere)
Inheritance: LoadOptions
Datei anzeigen Open project: connectivedx/Unicorn Class Usage Examples

Public Methods

Method Description
AdvancedLoadOptions ( IncludeEntry preset ) : System
AdvancedLoadOptions ( string path ) : System

Method Details

AdvancedLoadOptions() public method

public AdvancedLoadOptions ( IncludeEntry preset ) : System
preset IncludeEntry
return System

AdvancedLoadOptions() public method

public AdvancedLoadOptions ( string path ) : System
path string
return System