Class GS1.Element
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class GS1.Element : GenericDocumentWrapper
- Inheritance
-
GS1.Element
- Inherited Members
-
Constructors
Element(GenericDocument)
public Element(GenericDocument document)
Parameters
document
GenericDocument
Fields
DocumentNormalizedType
public const string DocumentNormalizedType = "GS1.Element"
Field Value
- string
DocumentType
public const string DocumentType = "Element"
Field Value
- string
Properties
ApplicationIdentifier
public TextFieldWrapper ApplicationIdentifier { get; }
Property Value
- TextFieldWrapper
DataTitle
public TextFieldWrapper DataTitle { get; }
Property Value
- TextFieldWrapper
ElementDescription
public TextFieldWrapper ElementDescription { get; }
Property Value
- TextFieldWrapper
RawValue
public TextFieldWrapper RawValue { get; }
Property Value
- TextFieldWrapper
ValidationErrors
public IList<GS1.Element.ValidationError> ValidationErrors { get; }
Property Value
- IList<GS1.Element.ValidationError>