Table of Contents

Class CsvMapper.Column.String

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class CsvMapper.Column.String : CsvMapper.Column
Inheritance
CsvMapper.Column.String
Inherited Members
Extension Methods

Constructors

String(string, string, bool, bool, int)

public String(string name, string label, bool required, bool allowNull, int maxLength = -1)

Parameters

name string
label string
required bool
allowNull bool
maxLength int

Properties

AllowNull

public bool AllowNull { get; }

Property Value

bool

MaxLength

public int MaxLength { get; }

Property Value

int

Methods

Read(Reader)

public override void Read(CsvMapper.Reader data)

Parameters

data CsvMapper.Reader