DOFQueryBuilderaddRestriction Method (ICollectionDOFInterfaceID)OpenDOF Object Access Library
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: DOFQueryBuilder
A reference to this Builder.
Remarks

Restrict filter notification to a set of interface identifiers. Once a filter matches, if a restriction list is specified, only interface in the restriction list will be returned.

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

See Also

Reference