C# Class SecureDelete.FilterStore

Mostrar archivo Open project: gratianlup/SecureDelete

Public Methods

Method Description
Add ( FilterStoreItem item ) : bool
Contains ( string name ) : bool
FilterStore ( ) : System
Remove ( string name ) : void

Method Details

Add() public method

public Add ( FilterStoreItem item ) : bool
item FilterStoreItem
return bool

Contains() public method

public Contains ( string name ) : bool
name string
return bool

FilterStore() public method

public FilterStore ( ) : System
return System

Remove() public method

public Remove ( string name ) : void
name string
return void