Class FuelTransactionImportSettings
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
LastPriceRun
public DateTime LastPriceRun { get; set; }
Property Value
LastRun
public DateTime LastRun { get; set; }
Property Value
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
Returns
GetHashCode()
public override int GetHashCode()