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: DOFQueryBuilderA reference to this Builder.
Remarks
See Also