Class Gs1Handling
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.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>
Decode
[Register("DECODE")]
public static Gs1Handling Decode { get; }
Property Value
- Gs1Handling
None
[Register("NONE")]
public static Gs1Handling None { get; }
Property Value
- Gs1Handling
Parse
[Register("PARSE")]
public static Gs1Handling Parse { get; }
Property Value
- Gs1Handling
Validate
[Register("VALIDATE")]
public static Gs1Handling Validate { 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[]