Table of Contents

Class Gs1Handling

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/Gs1Handling", DoNotGenerateAcw = true)]
public sealed class Gs1Handling : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Gs1Handling
Implements
Inherited Members

Properties

A

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

Property Value

int

B

[Register("b")]
public static IList<Gs1Handling> B { get; }

Property Value

IList<Gs1Handling>

C

[Register("c")]
public static IEnumEntries C { get; }

Property Value

IEnumEntries

DecodeFull

[Register("DECODE_FULL")]
public static Gs1Handling DecodeFull { get; }

Property Value

Gs1Handling

DecodeStructure

[Register("DECODE_STRUCTURE")]
public static Gs1Handling DecodeStructure { get; }

Property Value

Gs1Handling

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

None

[Register("NONE")]
public static Gs1Handling None { get; }

Property Value

Gs1Handling

Parse

[Register("PARSE")]
public static Gs1Handling Parse { get; }

Property Value

Gs1Handling

ValidateFull

[Register("VALIDATE_FULL")]
public static Gs1Handling ValidateFull { get; }

Property Value

Gs1Handling

ValidateStructure

[Register("VALIDATE_STRUCTURE")]
public static Gs1Handling ValidateStructure { get; }

Property Value

Gs1Handling

Value

public int Value { get; }

Property Value

int

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/entity/Gs1Handling;", "")]
public static Gs1Handling ValueOf(string value)

Parameters

value string

Returns

Gs1Handling

Values()

[Register("values", "()[Lio/scanbot/sdk/barcode/entity/Gs1Handling;", "")]
public static Gs1Handling[] Values()

Returns

Gs1Handling[]