Class CsvMapper.Column.Integer
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
Properties
AllowNull
public bool AllowNull { get; }
Property Value
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)