Method | Description | |
---|---|---|
GatherImportInformation ( ) : |
This method is called by the import engine in order to ask the provider what pieces of information it needs from the user in order to proceed with the import. This method returns a Control used to gather the required installation information. This control will be returned back to the provider after the user provides the information.
|
|
Import ( |
Provides the import information as provided by the user back into the import provider and begins the import. The control passed in should be the same as that provided in GatherImportInformation, but with user values supplied within it.
|
|
Instance ( ) : |
Returns the currently configured ImportProvider.
|
|
ValidateImportInformation ( |
Validates the installation information provided by the user. Returns a string with an explanation of why it is incorrect.
|
public abstract GatherImportInformation ( ) : |
||
return |
public abstract Import ( |
||
populatedControl | Populated control. | |
return | void |
public abstract ValidateImportInformation ( |
||
control | control used to provide information. | |
return | string |