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: BooleanTrue if the information matches the query.
Remarks
For details on how filters are matched see DOFQuery .
See Also