Table of Contents

Class FuelTransactionImportProvider

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

Settings for Fuel Transaction Import Provider.

public class FuelTransactionImportProvider
Inheritance
FuelTransactionImportProvider
Inherited Members

Constructors

FuelTransactionImportProvider()

Initializes a new instance of the FuelTransactionImportProvider class.

public FuelTransactionImportProvider()

Properties

FtpExpectedFingerprint

Gets or sets the FTP expected fingerprint.

public string FtpExpectedFingerprint { get; set; }

Property Value

string

The FTP expected fingerprint.

FtpPassword

Gets or sets the FTP password.

public string FtpPassword { get; set; }

Property Value

string

The FTP password.

FtpPath

Gets or sets the FTP directory path in which to search for files.

public string FtpPath { get; set; }

Property Value

string

string

FtpPort

Gets or sets the FTP port.

public int FtpPort { get; set; }

Property Value

int

The FTP port.

FtpPrivateKeyFile

Gets or sets the name of FTP private key file.

public string FtpPrivateKeyFile { get; set; }

Property Value

string

The name of FTP private key file.

FtpUrl

Gets or sets the FTP URL.

public string FtpUrl { get; set; }

Property Value

string

The FTP URL.

FtpUserName

Gets or sets the name of the FTP user.

public string FtpUserName { get; set; }

Property Value

string

The name of the FTP user.

MaxImportMonths

Gets or sets the maximum number of months of data to import.

public int? MaxImportMonths { get; set; }

Property Value

int?

The maximum import months.

Provider

Gets or sets the provider.

public FuelTransactionProvider? Provider { get; set; }

Property Value

FuelTransactionProvider?

The provider.

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 the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object .

Returns

bool

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

GetHashCode()

Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.

public override int GetHashCode()

Returns

int

A hash code for the current object.