Table of Contents

Class GS1.Element.ValidationError

Namespace
IO.Scanbot.Barcodescanner.Entity
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/barcodescanner/entity/GS1$Element$ValidationError", DoNotGenerateAcw = true)]
public sealed class GS1.Element.ValidationError : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
Inheritance
GS1.Element.ValidationError
Implements
Inherited Members

Constructors

ValidationError(GenericDocument)

[Register(".ctor", "(Lio/scanbot/genericdocument/entity/GenericDocument;)V", "")]
public ValidationError(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "GS1.Element.ValidationError"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "ValidationError"

Field Value

string

Properties

A

[Register("a")]
public TextFieldWrapper A { get; set; }

Property Value

TextFieldWrapper

B

[Register("b")]
public TextFieldWrapper B { get; set; }

Property Value

TextFieldWrapper

Code

public TextFieldWrapper Code { get; }

Property Value

TextFieldWrapper

Reason

public TextFieldWrapper Reason { get; }

Property Value

TextFieldWrapper