Class FuelTransactionImportProvider
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
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?)
public override bool Equals(object? obj)
Parameters
Returns
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()