C# Класс FdoToolbox.Core.ETL.Specialized.FdoSpecializedEtlProcess

A specialized form of ETL process.
Наследование: EtlProcess, IFdoSpecializedEtlProcess
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Описание методов

FireFeatureProcessed() защищенный Метод

Fires the feature processed.
protected FireFeatureProcessed ( int count ) : void
count int The count.
Результат void

GetDescription() публичный Метод

Gets a description of this process
public GetDescription ( ) : string
Результат string

GetFileExtension() публичный Метод

Gets the file extension associated with this process. For tasks where CanSave is false, an empty string is returned
public GetFileExtension ( ) : string
Результат string

OnFeatureProcessed() защищенный Метод

Called when a row is processed.
protected OnFeatureProcessed ( FdoToolbox op, FdoRow dictionary ) : void
op FdoToolbox The operation.
dictionary FdoRow The dictionary.
Результат void

OnFinishedProcessing() защищенный Метод

Called when this process has finished processing.
protected OnFinishedProcessing ( FdoToolbox op ) : void
op FdoToolbox The op.
Результат void

OnProcessCompleted() защищенный Метод

Called when the process has completed
protected OnProcessCompleted ( ) : void
Результат void

Save() публичный Метод

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
Результат void

ToEtlProcess() публичный Метод

Casts this to a EtlProcess
public ToEtlProcess ( ) : EtlProcess
Результат EtlProcess

UpdateConnectionReferences() публичный Метод

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
Результат void