C# Class SecureDelete.FileSearch.FilterBase

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

Protected Properties

Свойство Type Description
_condition FilterCondition
_enabled bool
_helperObject IHelperObject
_name string

Méthodes publiques

Méthode Description
Allow ( string file ) : bool
Clone ( ) : object

Method Details

Allow() public abstract méthode

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

Clone() public abstract méthode

public abstract Clone ( ) : object
Résultat object

Property Details

_condition protected_oe property

protected FilterCondition _condition
Résultat FilterCondition

_enabled protected_oe property

protected bool _enabled
Résultat bool

_helperObject protected_oe property

protected IHelperObject _helperObject
Résultat IHelperObject

_name protected_oe property

protected string _name
Résultat string