Table of Contents

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

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

ApplicationIdentifier

Application Identifier

public Field ApplicationIdentifier { get; }

Property Value

Field

Children

public GS1.Element.ElementChildren Children { get; }

Property Value

GS1.Element.ElementChildren

DataTitle

Data Title

public Field DataTitle { get; }

Property Value

Field

ElementDescription

Description

public Field ElementDescription { get; }

Property Value

Field

RawValue

Raw Value

public Field RawValue { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string