Summer.Batch.Infrastructure.Item.File.Transform.IFieldSetFactory Interface Reference

Factory for creating IFieldSet instances. More...

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

Public Member Functions

IFieldSet Create (string[] values, string[] names=null)
 Creates a new IFieldSet. More...
 

Detailed Description

Factory for creating IFieldSet instances.

Member Function Documentation

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

Creates a new IFieldSet.

Parameters
valuesthe values of the fields
namesthe names of the fields (optional)
Returns
a new field set

Implemented in Summer.Batch.Infrastructure.Item.File.Transform.DefaultFieldSetFactory.


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