jbogard / bulk-writer

Provides guidance for fast ETL jobs, an IDataReader implementation for SqlBulkCopy (or the MySql or Oracle equivalents) that wraps an IEnumerable, and libraries for mapping entites to table columns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include XMLDoc comments on public interfaces/classes

goodmanmd opened this issue · comments

Each public class / interface / method should be decorated with XMLDoc comments to assist end-users of the library with usage. This includes:

  • IBulkWriter, BulkWriter
  • IEtlPipeline, EtlPipeline
  • IEtlPipelineStep
  • IAggregator
  • IPivot
  • IProjector
  • ITransformer