C# 클래스 TraktRater.Sites.IMDb

상속: IRateSite
파일 보기 프로젝트 열기: damienhaynes/TraktRater

공개 메소드들

메소드 설명
Cancel ( ) : void
IMDb ( string aRatingsFile, string aWatchlistFile, List aImdbCustomLists, bool aEnabled ) : System
ImportRatings ( ) : void

비공개 메소드들

메소드 설명
ParseCSVFile ( string aFilename, string>.List &aParsedCSV ) : bool

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

IMDb() 공개 메소드

public IMDb ( string aRatingsFile, string aWatchlistFile, List aImdbCustomLists, bool aEnabled ) : System
aRatingsFile string
aWatchlistFile string
aImdbCustomLists List
aEnabled bool
리턴 System

ImportRatings() 공개 메소드

public ImportRatings ( ) : void
리턴 void