Table of Contents

Class CsvMapper.Column.DateTimeOffset

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

Constructors

DateTimeOffset(string, string, bool, bool)

public DateTimeOffset(string name, string label, bool required, bool allowNull)

Parameters

name string
label string
required bool
allowNull bool

Properties

AllowNull

public bool AllowNull { get; }

Property Value

bool

Methods

Read(Reader)

public override void Read(CsvMapper.Reader data)

Parameters

data CsvMapper.Reader