C# Class SecureDelete.FileSearch.ImageFilter

Inheritance: FilterBase
Show file Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Allow ( string file ) : bool

Protected Methods

Method Description
AllowProperty ( bool condition, ImageData data ) : bool

Abstract method that needs to be implemented in the derived objects

Private Methods

Method Description
IsImage ( string file ) : bool

Method Details

Allow() public method

public Allow ( string file ) : bool
file string
return bool

AllowProperty() protected abstract method

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