C# Class FileScanner.PersistanceManager.MatchingFile

Show file Open project: kzemek/FileScanner Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( MatchingFile other ) : bool

Private Methods

Method Description
MatchingFile ( DataRow row, IEnumerable matches ) : System

Method Details

Equals() protected method

protected Equals ( MatchingFile other ) : bool
other MatchingFile
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MatchingFile() public method

public MatchingFile ( string fileName, string fullPath, long sizeInBytes, IEnumerable matches ) : System
fileName string
fullPath string
sizeInBytes long
matches IEnumerable
return System