The property State of a Part can have one of the following ConnectionStates :
- Unhandled - the fresh state before any querying or storing.
- Owned - in the cases the part has been stored in the current scope.
- QueriedNoHit - there were no hits after executing a query.
- QueriedUniqueHit - the query yielded one unique hit.
- QueriedMultipleHits - the query yielded multiple hits.
- QueriedMultipleSameHits - the query yielded multiple hits but all are the same.