Table of Contents

Interface CsvMapper.ICsvReader

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface CsvMapper.ICsvReader
Extension Methods

Properties

ColumnCount

int ColumnCount { get; }

Property Value

int

Messages

MessageBuilder Messages { get; }

Property Value

MessageBuilder

RowCount

int RowCount { get; }

Property Value

int

Methods

GetValue<T>(int, string)

T GetValue<T>(int row, string column)

Parameters

row int
column string

Returns

T

Type Parameters

T