C# Class FileScanner.PersistanceManager.MatchingFile

Afficher le fichier Open project: kzemek/FileScanner Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MatchingFile ( string fileName, string fullPath, long sizeInBytes, IEnumerable matches ) : System

Méthodes protégées

Méthode Description
Equals ( MatchingFile other ) : bool

Private Methods

Méthode Description
MatchingFile ( DataRow row, IEnumerable matches ) : System

Method Details

Equals() protected méthode

protected Equals ( MatchingFile other ) : bool
other MatchingFile
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MatchingFile() public méthode

public MatchingFile ( string fileName, string fullPath, long sizeInBytes, IEnumerable matches ) : System
fileName string
fullPath string
sizeInBytes long
matches IEnumerable
Résultat System