C# Class SecureDelete.ActionStore

ファイルを表示 Open project: gratianlup/SecureDelete

Public Methods

Method Description
ActionStore ( ) : System
Add ( ActionStoreItem item ) : bool
Contains ( string name ) : bool
Remove ( string name ) : void

Method Details

ActionStore() public method

public ActionStore ( ) : System
return System

Add() public method

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

Contains() public method

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

Remove() public method

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