C# Класс FileScanner.PersistanceManager.MatchingFile

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
MatchingFile ( string fileName, string fullPath, long sizeInBytes, IEnumerable matches ) : System

Защищенные методы

Метод Описание
Equals ( MatchingFile other ) : bool

Приватные методы

Метод Описание
MatchingFile ( DataRow row, IEnumerable matches ) : System

Описание методов

Equals() защищенный Метод

protected Equals ( MatchingFile other ) : bool
other MatchingFile
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

MatchingFile() публичный Метод

public MatchingFile ( string fileName, string fullPath, long sizeInBytes, IEnumerable matches ) : System
fileName string
fullPath string
sizeInBytes long
matches IEnumerable
Результат System