Table of Contents

Class FuelTransactionImportSettings

Namespace
Geotab.Checkmate.Settings
Assembly
Geotab.Checkmate.ObjectModel.dll

Settings for Fuel Transaction Importer.

public class FuelTransactionImportSettings : FuelTransactionImportSettingXmlAdapter
Inheritance
FuelTransactionImportSettings
Inherited Members

Remarks

Overrides, when necessary, each FuelTransactionImportSettingXmlAdapter property as "new" without SerializedAttribute where a default or environmental value is returned.

Constructors

FuelTransactionImportSettings()

Initializes a new instance of the FuelTransactionImportSettings class.

public FuelTransactionImportSettings()

Properties

FuelTransactionProvider

public FuelTransactionProvider FuelTransactionProvider { get; set; }

Property Value

FuelTransactionProvider

LastPriceRun

public DateTime LastPriceRun { get; set; }

Property Value

DateTime

LastRun

public DateTime LastRun { get; set; }

Property Value

DateTime

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.

Equals(object?)

Determines whether the specified object, is equal to this instance.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

public override int GetHashCode()

Returns

int