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

A specialized form of ETL process.
Inheritance: EtlProcess, IFdoSpecializedEtlProcess
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
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

Save ( string file, string name ) : void

Saves this process to a file

ToEtlProcess ( ) : EtlProcess

Casts this to a EtlProcess

UpdateConnectionReferences ( string oldName, string newName ) : void

Updates affected connection references. Does nothing if the process does not hold connection name references

Méthodes protégées

Méthode Description
FireFeatureProcessed ( int count ) : void

Fires the feature processed.

OnFeatureProcessed ( FdoToolbox op, FdoRow dictionary ) : void

Called when a row is processed.

OnFinishedProcessing ( FdoToolbox op ) : void

Called when this process has finished processing.

OnProcessCompleted ( ) : void

Called when the process has completed

Method Details

FireFeatureProcessed() protected méthode

Fires the feature processed.
protected FireFeatureProcessed ( int count ) : void
count int The count.
Résultat void

GetDescription() public méthode

Gets a description of this process
public GetDescription ( ) : string
Résultat string

GetFileExtension() public méthode

Gets the file extension associated with this process. For tasks where CanSave is false, an empty string is returned
public GetFileExtension ( ) : string
Résultat string

OnFeatureProcessed() protected méthode

Called when a row is processed.
protected OnFeatureProcessed ( FdoToolbox op, FdoRow dictionary ) : void
op FdoToolbox The operation.
dictionary FdoRow The dictionary.
Résultat void

OnFinishedProcessing() protected méthode

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

OnProcessCompleted() protected méthode

Called when the process has completed
protected OnProcessCompleted ( ) : void
Résultat void

Save() public méthode

Saves this process to a file
public Save ( string file, string name ) : void
file string The file to save this process to
name string The name of the process
Résultat void

ToEtlProcess() public méthode

Casts this to a EtlProcess
public ToEtlProcess ( ) : EtlProcess
Résultat EtlProcess

UpdateConnectionReferences() public méthode

Updates affected connection references. Does nothing if the process does not hold connection name references
public UpdateConnectionReferences ( string oldName, string newName ) : void
oldName string
newName string
Résultat void