C# Class SecureDelete.FileSearch.ImageFilter

Inheritance: FilterBase
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
Allow ( string file ) : bool

Méthodes protégées

Méthode Description
AllowProperty ( bool condition, ImageData data ) : bool

Abstract method that needs to be implemented in the derived objects

Private Methods

Méthode Description
IsImage ( string file ) : bool

Method Details

Allow() public méthode

public Allow ( string file ) : bool
file string
Résultat bool

AllowProperty() protected abstract méthode

Abstract method that needs to be implemented in the derived objects
protected abstract AllowProperty ( bool condition, ImageData data ) : bool
condition bool
data ImageData
Résultat bool