C# 클래스 FileScanner.PersistanceManager.MatchingFile

파일 보기 프로젝트 열기: kzemek/FileScanner 1 사용 예제들

공개 메소드들

메소드 설명
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