Class GS1.Element
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/GS1$Element", DoNotGenerateAcw = true)]
public sealed class GS1.Element : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
GS1.Element
- Implements
-
- Inherited Members
-
Constructors
Element(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public Element(GenericDocument document)
Parameters
document GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "GS1.Element"
Field Value
- string
DocumentType
[Register("DOCUMENT_TYPE")]
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
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
- string
ValidationErrors
public IList<GS1.Element.ValidationError> ValidationErrors { get; }
Property Value
- IList<GS1.Element.ValidationError>