C# Class FdoToolbox.Core.ETL.Operations.FdoOutputOperation

Output pipeline operation
Inheritance: FdoOperationBase
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Protected Properties

Свойство Type Description
_clsDef ClassDefinition
_conn FdoToolbox.Core.Feature.FdoConnection
_mappings System.Collections.Specialized.NameValueCollection
_service FdoFeatureService

Méthodes publiques

Méthode Description
Execute ( IEnumerable rows ) : IEnumerable

Executes the operation

FdoOutputOperation ( FdoConnection conn, string className ) : System

Constructor

FdoOutputOperation ( FdoConnection conn, string className, NameValueCollection propertyMappings ) : System

Constructor

Méthodes protégées

Méthode Description
IsUsingPropertyMappings ( ) : bool

Private Methods

Méthode Description
Bind ( FdoRow row ) : void
Prepare ( PropertyValueCollection propVals ) : void
RePrepare ( PropertyValueCollection propVals ) : void
Reverse ( NameValueCollection propertyMappings ) : NameValueCollection

Method Details

Execute() public méthode

Executes the operation
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
Résultat IEnumerable

FdoOutputOperation() public méthode

Constructor
public FdoOutputOperation ( FdoConnection conn, string className ) : System
conn FdoToolbox.Core.Feature.FdoConnection
className string
Résultat System

FdoOutputOperation() public méthode

Constructor
public FdoOutputOperation ( FdoConnection conn, string className, NameValueCollection propertyMappings ) : System
conn FdoToolbox.Core.Feature.FdoConnection
className string
propertyMappings System.Collections.Specialized.NameValueCollection
Résultat System

IsUsingPropertyMappings() protected méthode

protected IsUsingPropertyMappings ( ) : bool
Résultat bool

Property Details

_clsDef protected_oe property

The FDO Class definition we're inserting data into
protected ClassDefinition _clsDef
Résultat ClassDefinition

_conn protected_oe property

The output connection
protected FdoConnection,FdoToolbox.Core.Feature _conn
Résultat FdoToolbox.Core.Feature.FdoConnection

_mappings protected_oe property

The property value mappings
protected NameValueCollection,System.Collections.Specialized _mappings
Résultat System.Collections.Specialized.NameValueCollection

_service protected_oe property

The service bound to the output connection
protected FdoFeatureService _service
Résultat FdoFeatureService