C# Class SecureDelete.FilterStore

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
Add ( FilterStoreItem item ) : bool
Contains ( string name ) : bool
FilterStore ( ) : System
Remove ( string name ) : void

Method Details

Add() public méthode

public Add ( FilterStoreItem item ) : bool
item FilterStoreItem
Résultat bool

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

FilterStore() public méthode

public FilterStore ( ) : System
Résultat System

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void