Table of Contents

Class CsvMapper.Column.Decimal

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

Constructors

Decimal(string, string, bool, bool, decimal?, decimal?)

public Decimal(string name, string label, bool required, bool allowNull, decimal? minValue = null, decimal? maxValue = null)

Parameters

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

Properties

AllowNull

public bool AllowNull { get; }

Property Value

bool

MaxValue

public decimal? MaxValue { get; }

Property Value

decimal?

MinValue

public decimal? MinValue { get; }

Property Value

decimal?

Methods

Read(Reader)

public override void Read(CsvMapper.Reader data)

Parameters

data CsvMapper.Reader