Jump to: navigation, search

Difference between revisions of "IDMARKERSCANQUERY"


(Created page with "{{MetaClassInfoBox | title = IdMarkerScanQuery | name = IDMARKERSCANQUERY | internalname = IdMarkerScanQuery | namespace = System.IdMarkerScanQuery<br/>Custom.IdMarkerScanQuer...")
 
Line 6: Line 6:
 
| imagecaption = IdMarkerScanQuery
 
| imagecaption = IdMarkerScanQuery
 
| purpose = Configure queries for objects with id markers
 
| purpose = Configure queries for objects with id markers
| version = 2.3+
+
| version = 2.2.3+
 
}}
 
}}
 
== Basics ==
 
== Basics ==
In UBIK, id marker scan queries are used for fetching a list of [[Contentclass|ContentClasses]] identified by scan code from the database. The id marker scan query inherits functionality from [[Query|Query]].
+
In UBIK, id marker scan queries are used for fetching a list of [[Contentclass|ContentClasses]] identified by scan code ([http://dev.metaio.com/sdk/tracking-config/optical-tracking/id-marker/ id marker], [http://en.wikipedia.org/wiki/Barcode barcode], [http://en.wikipedia.org/wiki/QRcode qr code]) from the database. The id marker scan query inherits functionality from [[Query|Query]].
  
 
Id marker scan queries can be used in different scenarios with objects identified by scan codes:
 
Id marker scan queries can be used in different scenarios with objects identified by scan codes:

Revision as of 07:20, 3 April 2014

IC METACLASS.gif IdMarkerScanQuery
Name IDMARKERSCANQUERY
Namespace System.IdMarkerScanQuery
Custom.IdMarkerScanQuery
Internal Name IdMarkerScanQuery
TypeString {{{typestring}}}
RuntimeType {{{runtimetype}}}
Purpose Configure queries for objects with id markers
Version 2.2.3+

Basics

In UBIK, id marker scan queries are used for fetching a list of ContentClasses identified by scan code (id marker, barcode, qr code) from the database. The id marker scan query inherits functionality from Query.

Id marker scan queries can be used in different scenarios with objects identified by scan codes:

  • data fetching (n records)
  • finding a single or a set of recordset(s)
  • used as definition of root nodes in a View

Query, QueryItem

see Query.

Relation between Query and Items

see Query.