Click or drag to resize

IFilterT Interface

IFilter

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IFilter<T>

Type Parameters

T

The IFilterT type exposes the following members.

Methods
  NameDescription
Public methodPass
Method must compute wherer a object (item) passes the filter (this)
Top
See Also