Okapi .NET Library

IFilterItem Interface

 [This is preliminary documentation and subject to change.]

Filter item interface.

For a list of all members of this type, see IFilterItem Members.

[Visual Basic]
Public Interface IFilterItem
[C#]
public interface IFilterItem
[C++]
public __gc __interface IFilterItem
[JScript]
public interface IFilterItem

Types that implement IFilterItem

TypeDescription
FilterItem Default implementation for the IFilterItem interface.

Remarks

The IFilterItem interface provides a common way of accessing the different types of items tokenized by a class implementing the IFilter interface.

Requirements

Namespace: Okapi.Library.Filter

Assembly: Okapi.Library.Filter (in Okapi.Library.Filter.dll)

See Also

IFilterItem Members | Okapi.Library.Filter Namespace | IFilter