C# Класс DOTNETIDS.Filter

The abstract base Filter class
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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