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( params DOFInterfaceID[] interfaceIDs )
Parameters
- interfaceIDs
- Type: org.opendof.core.oalDOFInterfaceID
The interfaces to restrict filter notification to. This must not be null
Return Value
Type: DOFQueryBuilderA reference to this Builder.
Remarks
See Also
Reference
addRestriction(System.Collections.Generic.ICollection<E>)