C# Class DOTNETIDS.Filter

The abstract base Filter class
Show file Open project: IndiansIncredible/.NetIDS Class Usage Examples

Public Methods

Method Description
Match ( string MatchText ) : bool

A method to ascertain if the Filter matched the input

Private Methods

Method Description
Filter ( string rule, List tags, int impact, string description ) : System

Create a new filter object

Method Details

Match() public abstract method

A method to ascertain if the Filter matched the input
public abstract Match ( string MatchText ) : bool
MatchText string The input to match against
return bool