Table of Contents

Class ExcelColumnHeaderAttribute

Namespace
Geotab.Checkmate.Reports
Assembly
Geotab.Checkmate.ObjectModel.dll

Excel Column Header Attribute for objects used in Excel population.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class ExcelColumnHeaderAttribute : Attribute
Inheritance
ExcelColumnHeaderAttribute
Inherited Members

Constructors

ExcelColumnHeaderAttribute(ReportHeading[])

Initializes a new instance of the ExcelColumnHeaderAttribute class.

public ExcelColumnHeaderAttribute(ReportHeading[] reportHeading)

Parameters

reportHeading ReportHeading[]

The report heading.

Properties

IsBEVRangeCapabilitySource

Gets or sets a value indicating whether this is an BEV range capability source field.

public bool IsBEVRangeCapabilitySource { get; set; }

Property Value

bool

bool

IsDayOfWeekName

Gets or sets a value indicating whether this is a day of the week name

public bool IsDayOfWeekName { get; set; }

Property Value

bool

bool

IsEVBatteryCapacitySource

Gets or sets a value indicating whether this is an EV battery capacity source field.

public bool IsEVBatteryCapacitySource { get; set; }

Property Value

bool

bool

IsElectricEnergyEconomy

Gets or sets a value indicating whether this is electric energy economy field.

public bool IsElectricEnergyEconomy { get; set; }

Property Value

bool

bool

IsElectricEnergyTotal

Gets or sets a value indicating whether this is electric energy total field.

public bool IsElectricEnergyTotal { get; set; }

Property Value

bool

bool

IsElectricPower

Gets or sets a value indicating whether this is electric power field.

public bool IsElectricPower { get; set; }

Property Value

bool

bool

IsEventTypeName

Gets or sets a value indicating whether this is a event type name

public bool IsEventTypeName { get; set; }

Property Value

bool

bool

IsFuelEconomy

Gets or sets a value indicating whether this is fuel economy field.

public bool IsFuelEconomy { get; set; }

Property Value

bool

bool

IsFuelList

Gets or sets a value indicating whether this is fuel list field.

public bool IsFuelList { get; set; }

Property Value

bool

bool

IsFuelVolume

Gets or sets a value indicating whether this is fuel volume field.

public bool IsFuelVolume { get; set; }

Property Value

bool

bool

IsGroup

Gets or sets a value indicating whether this is a group property

public bool IsGroup { get; set; }

Property Value

bool

bool

IsList

Gets or sets a value indicating whether this is list field.

public bool IsList { get; set; }

Property Value

bool

bool

IsSpeedOrDistance

Gets or sets a value indicating whether this is speed or distance field.

public bool IsSpeedOrDistance { get; set; }

Property Value

bool

bool

IsVolume

Gets or sets a value indicating whether this is volume field.

public bool IsVolume { get; set; }

Property Value

bool

bool

IsVolumePerDistanceUnit

Gets or sets a value indicating whether this is volume/distance field.

public bool IsVolumePerDistanceUnit { get; set; }

Property Value

bool

bool

IsVolumePerTon

Gets or sets a value indicating whether this is volume/ton field.

public bool IsVolumePerTon { get; set; }

Property Value

bool

bool

IsWeight

Gets or sets a value indicating whether this is weight field.

public bool IsWeight { get; set; }

Property Value

bool

bool

IsWeightPerDistanceUnit

Gets or sets a value indicating whether this is weight/distance field.

public bool IsWeightPerDistanceUnit { get; set; }

Property Value

bool

bool

ReportHeading

Gets the report heading field.

public ReportHeading[] ReportHeading { get; }

Property Value

ReportHeading[]

The report heading field.