Method | Description | |
---|---|---|
Execute ( ) : void |
Executes this process
|
|
FdoBulkCopy ( |
Initializes a new instance of the FdoBulkCopy class.
|
|
FdoBulkCopy ( |
Initializes a new instance of the FdoBulkCopy class.
|
|
GetAllErrors ( ) : IEnumerable |
Gets all errors that occured during the execution of this process
|
|
GetDescription ( ) : string |
Gets a description of this process
|
|
GetFileExtension ( ) : string |
Gets the file extension associated with this process. For tasks where CanSave is false, an empty string is returned
|
|
Register ( IFdoOperation op ) : void |
Registers the specified operation.
|
|
Save ( string file, string name ) : void |
Saves this process to a file
|
|
UpdateConnectionReferences ( string oldName, string newName ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
Initialize ( ) : void |
Initializes the process
|
Method | Description | |
---|---|---|
LogSubProcessErrors ( string procName, IEnumerable |
Logs all the sub-process errors.
|
|
OnSubProcessMessage ( object sender, MessageEventArgs e ) : void | ||
Reset ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public FdoBulkCopy ( |
||
options | The options. | |
return | System |
public FdoBulkCopy ( |
||
options | The options. | |
reportFrequency | int | The report frequency. |
return | System |
public Register ( IFdoOperation op ) : void | ||
op | IFdoOperation | The operation. |
return | void |
public Save ( string file, string name ) : void | ||
file | string | The file to save this process to |
name | string | The name of the process |
return | void |
public UpdateConnectionReferences ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
return | void |