C# Class PhotoLibaryToolkit.Framework.MediaMinerBase

Inheritance: IMediaMiner
ファイルを表示 Open project: anton-iermolenko/Photo-library-toolkit

Public Methods

Method Description
GetMediaFilesList ( ) : DateTime>.Dictionary
MediaMinerBase ( string path, bool scanSubfolders, ISimpleLogger logger ) : System

Protected Methods

Method Description
GetFolderSearchPatternsList ( ) : string[]
GetTakenDate ( string filePath ) : System.DateTime

Private Methods

Method Description
GetTakenDateEntry ( string filePath ) : DateTime?

Method Details

GetFolderSearchPatternsList() protected abstract method

protected abstract GetFolderSearchPatternsList ( ) : string[]
return string[]

GetMediaFilesList() public method

public GetMediaFilesList ( ) : DateTime>.Dictionary
return DateTime>.Dictionary

GetTakenDate() protected method

protected GetTakenDate ( string filePath ) : System.DateTime
filePath string
return System.DateTime

MediaMinerBase() public method

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