C# Class Lemon.Transform.DataRowPipeline

Afficher le fichier Open project: dream-365/lemon Class Usage Examples

Méthodes publiques

Свойство Type Description
Actions IList
Output Action

Méthodes publiques

Méthode Description
DataRowPipeline ( ) : System
Input ( BsonDataRow row ) : void
Link ( ) : void

Method Details

DataRowPipeline() public méthode

public DataRowPipeline ( ) : System
Résultat System

Input() public méthode

public Input ( BsonDataRow row ) : void
row BsonDataRow
Résultat void

Link() public méthode

public Link ( ) : void
Résultat void

Property Details

Actions public_oe property

public IList Actions
Résultat IList

Output public_oe property

public Action Output
Résultat Action