Class ExcelColumnHeaderAttribute
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
IsDayOfWeekName
Gets or sets a value indicating whether this is a day of the week name
public bool IsDayOfWeekName { get; set; }
Property Value
IsEVBatteryCapacitySource
Gets or sets a value indicating whether this is an EV battery capacity source field.
public bool IsEVBatteryCapacitySource { get; set; }
Property Value
IsElectricEnergyEconomy
Gets or sets a value indicating whether this is electric energy economy field.
public bool IsElectricEnergyEconomy { get; set; }
Property Value
IsElectricEnergyTotal
Gets or sets a value indicating whether this is electric energy total field.
public bool IsElectricEnergyTotal { get; set; }
Property Value
IsElectricPower
Gets or sets a value indicating whether this is electric power field.
public bool IsElectricPower { get; set; }
Property Value
IsEventTypeName
Gets or sets a value indicating whether this is a event type name
public bool IsEventTypeName { get; set; }
Property Value
IsFuelEconomy
Gets or sets a value indicating whether this is fuel economy field.
public bool IsFuelEconomy { get; set; }
Property Value
IsFuelList
Gets or sets a value indicating whether this is fuel list field.
public bool IsFuelList { get; set; }
Property Value
IsFuelVolume
Gets or sets a value indicating whether this is fuel volume field.
public bool IsFuelVolume { get; set; }
Property Value
IsGroup
Gets or sets a value indicating whether this is a group property
public bool IsGroup { get; set; }
Property Value
IsList
Gets or sets a value indicating whether this is list field.
public bool IsList { get; set; }
Property Value
IsSpeedOrDistance
Gets or sets a value indicating whether this is speed or distance field.
public bool IsSpeedOrDistance { get; set; }
Property Value
IsVolume
Gets or sets a value indicating whether this is volume field.
public bool IsVolume { get; set; }
Property Value
IsVolumePerDistanceUnit
Gets or sets a value indicating whether this is volume/distance field.
public bool IsVolumePerDistanceUnit { get; set; }
Property Value
IsVolumePerTon
Gets or sets a value indicating whether this is volume/ton field.
public bool IsVolumePerTon { get; set; }
Property Value
IsWeight
Gets or sets a value indicating whether this is weight field.
public bool IsWeight { get; set; }
Property Value
IsWeightPerDistanceUnit
Gets or sets a value indicating whether this is weight/distance field.
public bool IsWeightPerDistanceUnit { get; set; }
Property Value
ReportHeading
Gets the report heading field.
public ReportHeading[] ReportHeading { get; }
Property Value
- ReportHeading[]
The report heading field.