Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SecureDelete
FileSearch
FilterBase
C# Class SecureDelete.FileSearch.FilterBase
Inheritance:
ICloneable
Mostra file
Open project: gratianlup/SecureDelete
Class Usage Examples
Protected Properties
Property
Type
Description
_condition
FilterCondition
_enabled
bool
_helperObject
IHelperObject
_name
string
Public Methods
Method
Description
Allow
(
string
file
) :
bool
Clone
( ) :
object
Method Details
Allow()
public
abstract
method
public
abstract
Allow
(
string
file
) :
bool
file
string
return
bool
Clone()
public
abstract
method
public
abstract
Clone
( ) :
object
return
object
Property Details
_condition
protected_oe property
protected
FilterCondition
_condition
return
FilterCondition
_enabled
protected_oe property
protected
bool
_enabled
return
bool
_helperObject
protected_oe property
protected
IHelperObject
_helperObject
return
IHelperObject
_name
protected_oe property
protected
string
_name
return
string