Jump to: navigation, search

Difference between revisions of "SYSCLS OBJECTWITHIDMARKER"


(Created page with "{{ClassificationInfoBox | title = Object with ID Marker | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification | purpose = Use a Marker ID and a scanned ...")
 
(MetaProperties)
 
(9 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
 
| inheritance = -
 
| inheritance = -
| namespace = System.Classification
+
| namespace = System.Classification.Scan
 
| purpose = Use a Marker ID and a scanned code
 
| purpose = Use a Marker ID and a scanned code
| version = 2.2.5+
+
| version = 2.2.3+
 
| id = {011d7d45-d773-46cc-bf1c-9dbb62e99687}
 
| id = {011d7d45-d773-46cc-bf1c-9dbb62e99687}
 
}}
 
}}
  
An object classified by SYSCLS OBJECTWITHIDMARKER and implementing the MetaProperties can be used to mark all objects having a code value (barcode, qrcode or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, qrcode or ID Marker).
+
An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the [[MetaProperties]] can be used to mark all objects having a code value (barcode, QR code or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, QR code or ID Marker).
 +
 
 +
Please be aware that since {{Version/ServerSince|4.4.0}} Version 4.4.0 we support defining multiple (optical) codes for one object.
 +
W recommend to use [[SYSCLS_OBJECTWITHIDMARKERS|Classification with multiple optical markers]] instead.
 +
If you are using an older version see [[HowTo:Make_an_Object_be_found_by_Optical_Codes#Single_Code|Find object with single Code]].
 +
 
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 18: Line 23:
 
| BARCODE || {{Text}} || Contains the barcode data
 
| BARCODE || {{Text}} || Contains the barcode data
 
|-
 
|-
| QRCODE|| {{Text}} || Contains the qr code data
+
| QRCODE|| {{Text}} || Contains the QR code data
 
|-
 
|-
| MARKERID|| {{Integer}} || Contains the Metaio marker ID value
+
| MARKERID|| {{Integer}} || This property is still required to fulfill the classification, but Metaio - IDs are no longer supported. This property must not be filled.
 
|}
 
|}
  
[[Category:System Classifications|O]]
+
[[Category:Classifications|O]]
 +
 
 +
== See also ==
 +
* [[SYSCLS_OBJECTWITHRFIDTAG]]
 +
* [[SYSCLS_OBJECTWITHIDMARKERS]]
 +
* [[HowTo:Make_an_Object_be_found_by_Optical_Codes]]
 +
 
 +
[[Category:Classifications|O]]

Latest revision as of 13:17, 26 July 2023

IC CLASSIFICATION.gif Object with ID Marker
Name SYSCLS_OBJECTWITHIDMARKER
Inheritance -
Namespace System.Classification.Scan
ID {011d7d45-d773-46cc-bf1c-9dbb62e99687}
Purpose Use a Marker ID and a scanned code
Version 2.2.3+

An object classified by SYSCLS_OBJECTWITHIDMARKER and implementing the MetaProperties can be used to mark all objects having a code value (barcode, QR code or ID marker) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property (dependent on the type of the scanned code: barcode, QR code or ID Marker).

Please be aware that since Version 4.4.0 we support defining multiple (optical) codes for one object. W recommend to use Classification with multiple optical markers instead. If you are using an older version see Find object with single Code.


MetaProperties

Name Data type Comment
BARCODE Text Contains the barcode data
QRCODE Text Contains the QR code data
MARKERID Integer This property is still required to fulfill the classification, but Metaio - IDs are no longer supported. This property must not be filled.

See also