C# Class PhotoLibaryToolkit.Framework.MediaMinerBase

Inheritance: IMediaMiner
Afficher le fichier Open project: anton-iermolenko/Photo-library-toolkit

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetFolderSearchPatternsList ( ) : string[]
GetTakenDate ( string filePath ) : System.DateTime

Private Methods

Méthode Description
GetTakenDateEntry ( string filePath ) : DateTime?

Method Details

GetFolderSearchPatternsList() protected abstract méthode

protected abstract GetFolderSearchPatternsList ( ) : string[]
Résultat string[]

GetMediaFilesList() public méthode

public GetMediaFilesList ( ) : DateTime>.Dictionary
Résultat DateTime>.Dictionary

GetTakenDate() protected méthode

protected GetTakenDate ( string filePath ) : System.DateTime
filePath string
Résultat System.DateTime

MediaMinerBase() public méthode

public MediaMinerBase ( string path, bool scanSubfolders, ISimpleLogger logger ) : System
path string
scanSubfolders bool
logger ISimpleLogger
Résultat System