DOFQueryBuilderaddFilter Method (ICollectionDOFInterfaceID)OpenDOF Object Access Library
Add a filter for specific objects that currently provide all of the interfaces specified.

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

C#
public DOFQueryBuilder addFilter(
	ICollection<DOFInterfaceID> interfaceIDs
)

Parameters

interfaceIDs
Type: System.Collections.GenericICollectionDOFInterfaceID
The list of interface identifiers that the filter is for. This must not be null.

Return Value

Type: DOFQueryBuilder
A reference to this Builder.
Remarks

Add a filter for specific objects that currently provide all of the interfaces specified.

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

See Also

Reference