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
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "ValidationError"
Field Value
Properties
A
[Register("a")]
public TextFieldWrapper A { get; set; }
Property Value
B
[Register("b")]
public TextFieldWrapper B { get; set; }
Property Value
Code
public TextFieldWrapper Code { get; }
Property Value
Reason
public TextFieldWrapper Reason { get; }