C# Class SecureDelete.FileSearch.FilterBase

Inheritance: ICloneable
显示文件 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