C# 클래스 PhotoLibaryToolkit.Framework.MediaMinerBase

상속: IMediaMiner
파일 보기 프로젝트 열기: anton-iermolenko/Photo-library-toolkit

공개 메소드들

메소드 설명
GetMediaFilesList ( ) : DateTime>.Dictionary
MediaMinerBase ( string path, bool scanSubfolders, ISimpleLogger logger ) : System

보호된 메소드들

메소드 설명
GetFolderSearchPatternsList ( ) : string[]
GetTakenDate ( string filePath ) : System.DateTime

비공개 메소드들

메소드 설명
GetTakenDateEntry ( string filePath ) : DateTime?

메소드 상세

GetFolderSearchPatternsList() 보호된 추상적인 메소드

protected abstract GetFolderSearchPatternsList ( ) : string[]
리턴 string[]

GetMediaFilesList() 공개 메소드

public GetMediaFilesList ( ) : DateTime>.Dictionary
리턴 DateTime>.Dictionary

GetTakenDate() 보호된 메소드

protected GetTakenDate ( string filePath ) : System.DateTime
filePath string
리턴 System.DateTime

MediaMinerBase() 공개 메소드

public MediaMinerBase ( string path, bool scanSubfolders, ISimpleLogger logger ) : System
path string
scanSubfolders bool
logger ISimpleLogger
리턴 System