Class GS1.Element
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
GS1 Element
public class GS1.Element : GenericDocumentWrapper
- Inheritance
-
GS1.Element
- Inherited Members
Constructors
Element(GenericDocument)
public Element(GenericDocument document)
Parameters
document
GenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
ApplicationIdentifier
Application Identifier
public Field ApplicationIdentifier { get; }
Property Value
Children
public GS1.Element.ElementChildren Children { get; }
Property Value
DataTitle
Data Title
public Field DataTitle { get; }
Property Value
ElementDescription
Description
public Field ElementDescription { get; }
Property Value
RawValue
Raw Value
public Field RawValue { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }