Table of Contents

Class FileDto

Namespace
RetailForce.Fiscalisation.Model.Helper
Assembly
RetailForce.Fiscalisation.Model.dll
public class FileDto : IEquatable<FileDto>
Inheritance
FileDto
Implements
Inherited Members

Constructors

FileDto()

only for json serializer

public FileDto()

FileDto(RfFileType, string)

public FileDto(RfFileType fileType, string fileName)

Parameters

fileType RfFileType
fileName string

Properties

FileName

public string FileName { get; set; }

Property Value

string

FileType

public RfFileType FileType { get; set; }

Property Value

RfFileType

Methods

Equals(FileDto?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(FileDto? other)

Parameters

other FileDto

An object to compare with this object.

Returns

bool

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

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 the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Operators

operator ==(FileDto?, FileDto?)

public static bool operator ==(FileDto? left, FileDto? right)

Parameters

left FileDto
right FileDto

Returns

bool

operator !=(FileDto?, FileDto?)

public static bool operator !=(FileDto? left, FileDto? right)

Parameters

left FileDto
right FileDto

Returns

bool