IFilter
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic interface IFilter<T>
Type Parameters
- T
The IFilterT type exposes the following members.
Methods
| Name | Description |
---|
 | Pass |
Method must compute wherer a object (item) passes the filter (this)
|
Top
See Also