Table of Contents

Class VCard.Entry

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

Constructors

Entry(GenericDocument)

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

Parameters

document GenericDocument

Entry(nint, JniHandleOwnership)

protected Entry(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

A

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

Property Value

TextFieldWrapper

B

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

Property Value

IList

C

[Register("c")]
public IList C { get; set; }

Property Value

IList

RawValue

public TextFieldWrapper RawValue { get; }

Property Value

TextFieldWrapper

TypeModifiers

public IList<TextFieldWrapper> TypeModifiers { get; }

Property Value

IList<TextFieldWrapper>

Values

public IList<TextFieldWrapper> Values { get; }

Property Value

IList<TextFieldWrapper>