Restrict filter notification to a set of interface identifiers.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFQueryBuilder addRestriction( ICollection<DOFInterfaceID> interfaceIDs )
Parameters
- interfaceIDs
- Type: System.Collections.GenericICollectionDOFInterfaceID
The interfaces (DOFInterfaceIDs) to restrict filter to. This must not be null.
Return Value
Type: DOFQueryBuilderA reference to this Builder.
Remarks
See Also