Class CsvMapper.Column.Decimal
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
Properties
AllowNull
public bool AllowNull { get; }
Property Value
MaxValue
public decimal? MaxValue { get; }
Property Value
MinValue
public decimal? MinValue { get; }
Property Value
Methods
Read(Reader)
public override void Read(CsvMapper.Reader data)