Method | Description | |
---|---|---|
CreateHarvestor ( ScriptInfo info ) : IHarvester |
Creates the harvestor.
|
|
CreateSeeder ( ) : ISeeder |
Creates the harvestor.
|
|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources
|
|
Export ( ) : System.IO.FileInfo[] |
Exports the content using the default configuration settings.
|
|
Export ( |
Exports the specified script info.
|
|
HarvestService ( ) : System |
Initializes a new instance of the HarvestService class.
|
|
HarvestService ( |
Initializes a new instance of the HarvestService class.
|
|
Import ( ) : bool |
Imports scripts into a target database.
|
|
ImportConfiguration ( string args ) : void |
Imports the configuration.
|
Method | Description | |
---|---|---|
CreateTablesStack ( string value, |
||
ParseCollection ( |
public CreateHarvestor ( ScriptInfo info ) : IHarvester | ||
info | ScriptInfo | The info. |
return | IHarvester |
public Export ( |
||
scriptInfo | The script info. | |
return | System.IO.FileInfo[] |
public HarvestService ( |
||
sqlConfiguration | The SQL configuration. | |
return | System |
public ImportConfiguration ( string args ) : void | ||
args | string | The args. |
return | void |