Table of Contents

Class CsvMapper.Column.Integer

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

Constructors

Integer(string, string, bool, bool, int?, int?)

public Integer(string name, string label, bool required, bool allowNull, int? minValue = null, int? maxValue = null)

Parameters

name string
label string
required bool
allowNull bool
minValue int?
maxValue int?

Properties

AllowNull

public bool AllowNull { get; }

Property Value

bool

MaxValue

public int? MaxValue { get; }

Property Value

int?

MinValue

public int? MinValue { get; }

Property Value

int?

Methods

Read(Reader)

public override void Read(CsvMapper.Reader data)

Parameters

data CsvMapper.Reader