C# 클래스 FdoToolbox.Core.ETL.Specialized.FdoSpecializedEtlProcess

A specialized form of ETL process.
상속: EtlProcess, IFdoSpecializedEtlProcess
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
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