DOFQueryisFilterMatch Method OpenDOF Object Access Library
Does the object and interfaces match a query.

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

C#
public bool isFilterMatch(
	DOFObjectID objectID,
	IList<DOFInterfaceID> iids
)

Parameters

objectID
Type: org.opendof.core.oalDOFObjectID
The object identifier. This must not be null.
iids
Type: System.Collections.GenericIListDOFInterfaceID
The current list of interfaces provided on the object. This must not be null.

Return Value

Type: Boolean
True if the information matches the query.
Remarks

Does the object and interfaces match a query.

For details on how filters are matched see DOFQuery .

See Also

Reference