C# Class SecureDelete.ActionStore

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

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

Method Details

ActionStore() public méthode

public ActionStore ( ) : System
Résultat System

Add() public méthode

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

Contains() public méthode

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

Remove() public méthode

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