C# 클래스 DOTNETIDS.Filter

The abstract base Filter class
파일 보기 프로젝트 열기: IndiansIncredible/.NetIDS 1 사용 예제들

공개 메소드들

메소드 설명
Match ( string MatchText ) : bool

A method to ascertain if the Filter matched the input

비공개 메소드들

메소드 설명
Filter ( string rule, List tags, int impact, string description ) : System

Create a new filter object

메소드 상세

Match() 공개 추상적인 메소드

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