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

A FdoFeatureTable to flat file data source conversion process
Inheritance: FdoSpecializedEtlProcess
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
TableToFlatFile ( FdoFeatureTable table, string file ) : System

Initializes a new instance of the TableToFlatFile class.

TableToFlatFile ( FdoFeatureTable table, string file, int reportFrequency ) : System

Initializes a new instance of the TableToFlatFile class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

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.

Method Details

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

Initialize() protected méthode

Initializes this instance.
protected Initialize ( ) : void
Résultat void

OnFeatureProcessed() protected méthode

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.
Résultat void

OnFinishedProcessing() protected méthode

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

TableToFlatFile() public méthode

Initializes a new instance of the TableToFlatFile class.
public TableToFlatFile ( FdoFeatureTable table, string file ) : System
table FdoToolbox.Core.Feature.FdoFeatureTable The table.
file string The file.
Résultat System

TableToFlatFile() public méthode

Initializes a new instance of the TableToFlatFile class.
public TableToFlatFile ( FdoFeatureTable table, string file, int reportFrequency ) : System
table FdoToolbox.Core.Feature.FdoFeatureTable The table.
file string The file.
reportFrequency int The report frequency.
Résultat System