C# Class FdoToolbox.Core.ETL.Specialized.FdoClassToClassCopyProcess

A specialized ETL process that copies data from one features class to another
Inheritance: FdoSpecializedEtlProcess
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FdoClassToClassCopyProcess ( FdoClassCopyOptions options ) : System

Initializes a new instance of the FdoClassToClassCopyProcess class.

Protected Methods

Method Description
Initialize ( ) : void

Initializes this instance.

OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void

Called when a row is processed.

OnFinishedProcessing ( FdoOperationBase op ) : void

Called when this process has finished processing.

Private Methods

Method Description
CreateSourceQuery ( ) : FeatureQueryOptions

Method Details

FdoClassToClassCopyProcess() public method

Initializes a new instance of the FdoClassToClassCopyProcess class.
public FdoClassToClassCopyProcess ( FdoClassCopyOptions options ) : System
options FdoClassCopyOptions The options.
return System

Initialize() protected method

Initializes this instance.
protected Initialize ( ) : void
return void

OnFeatureProcessed() protected method

Called when a row is processed.
protected OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void
op FdoToolbox.Core.ETL.Operations.FdoOperationBase The operation.
dictionary FdoRow The dictionary.
return void

OnFinishedProcessing() protected method

Called when this process has finished processing.
protected OnFinishedProcessing ( FdoOperationBase op ) : void
op FdoToolbox.Core.ETL.Operations.FdoOperationBase The op.
return void