Jump to: navigation, search

Difference between revisions of "SYSCLS SCAN CODE AFFIX CLASSIFICATION"


Line 1: Line 1:
 +
{{ClassificationInfoBox
 +
| title = Scan code affix
 +
| name = {{PAGENAMEE}}
 +
| inheritance = -
 +
| namespace = System.Classification.Scan
 +
| purpose = Scan code store with affix
 +
| version = 4.4+
 +
| id = {6e2d1f09-9f22-4bac-952d-8e117617b259}
 +
}}
 
An object classified by  SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION and implemented [[MetaProperties]] can be used to [[Optical_code#Scan_with_code_affixes|scan code with affix]]
 
An object classified by  SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION and implemented [[MetaProperties]] can be used to [[Optical_code#Scan_with_code_affixes|scan code with affix]]
 +
 +
== MetaProperties ==
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=30% | Data type !! Comment
 +
|-
 +
| CODE_PREFIX || {{String}} || prefix of the barcode
 +
|-
 +
| CODE_SURFFIX|| {{String}} || Surffix of the barcode
 +
|}
 +
 +
 +
 +
== See also ==
 +
* [[HowTo:Optical_code#Scan_with_code_affixes]]

Revision as of 11:57, 14 November 2023

IC CLASSIFICATION.gif Scan code affix
Name SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION
Inheritance -
Namespace System.Classification.Scan
ID {6e2d1f09-9f22-4bac-952d-8e117617b259}
Purpose Scan code store with affix
Version 4.4+

An object classified by SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION and implemented MetaProperties can be used to scan code with affix

MetaProperties

Name Data type Comment
CODE_PREFIX String prefix of the barcode
CODE_SURFFIX String Surffix of the barcode


See also