C# Class DOTNETIDS.FilterStorage

The base FilterStorage class
Show file Open project: IndiansIncredible/.NetIDS

Private Properties

Property Type Description
AddFilter void
FilterStorage System

Protected Methods

Method Description
FilterStorage ( ) : System

Blank constructor visible only to derived classes

Private Methods

Method Description
AddFilter ( Filter filter ) : void

Add a filter to the filter set

FilterStorage ( List filterSet ) : System

Construct a FilterStorage object

Method Details

FilterStorage() protected method

Blank constructor visible only to derived classes
protected FilterStorage ( ) : System
return System