C# Class SecureDelete.FileSearch.AttributeFilter

Inheritance: FilterBase
Exibir arquivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Allow ( string file ) : bool
AttributeFilter ( ) : System
AttributeFilter ( FileAttributes attributeValue ) : System
Clone ( ) : object

Method Details

Allow() public method

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

AttributeFilter() public method

public AttributeFilter ( ) : System
return System

AttributeFilter() public method

public AttributeFilter ( FileAttributes attributeValue ) : System
attributeValue FileAttributes
return System

Clone() public method

public Clone ( ) : object
return object