DOFQueryBuilderaddFilter Method (DOFInterfaceID)OpenDOF Object Access Library
Add a filter for specific DOFObjects that currently provide the Object Interface specified.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFQueryBuilder addFilter(
	params DOFInterfaceID[] interfaceIDs
)

Parameters

interfaceIDs
Type: org.opendof.core.oalDOFInterfaceID
The interface identifiers that the filter is for.

Return Value

Type: DOFQueryBuilder
A reference to this Builder.
Remarks

Add a filter for specific DOFObjects that currently provide the Object Interface specified.

For details on how DOFQueries and filters are matched see DOFQuery .

See Also

Reference

addFilter(DOFInterfaceID[])