IDataItemFilter Interface |
Interface for implementing filtering of data items.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public interface IDataItemFilter
The IDataItemFilter type exposes the following members.
Methods
| Name | Description |
---|
| Include |
Returns true if the provided data item is to be included
by the filter.
|
TopSee Also