Click or drag to resize

IDataItemFilter Interface

Interface for implementing filtering of data items.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IDataItemFilter

The IDataItemFilter type exposes the following members.

Methods
  NameDescription
Public methodInclude
Returns true if the provided data item is to be included by the filter.
Top
See Also