Summer.Batch.Infrastructure.Item.File.Transform.DefaultFieldSetFactory Class Reference

Default implementation of IFieldSetFactory. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.File.Transform.DefaultFieldSetFactory:
Summer.Batch.Infrastructure.Item.File.Transform.IFieldSetFactory

Public Member Functions

IFieldSet Create (string[] values, string[] names=null)
 Creates a new IFieldSet with the specified values and (optionally) names. More...
 

Detailed Description

Default implementation of IFieldSetFactory.

Member Function Documentation

IFieldSet Summer.Batch.Infrastructure.Item.File.Transform.DefaultFieldSetFactory.Create ( string[]  values,
string[]  names = null 
)

Creates a new IFieldSet with the specified values and (optionally) names.

Parameters
valuesa list containing the values of the columns
namesa list containing the names of the columns (optional)
Returns
a new field set

Implements Summer.Batch.Infrastructure.Item.File.Transform.IFieldSetFactory.


The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Item/File/Transform/DefaultFieldSetFactory.cs