Class UpcEanExtensionBehavior
- Namespace
- IO.Scanbot.Sdk.Barcode
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/UpcEanExtensionBehavior", DoNotGenerateAcw = true)]
public sealed class UpcEanExtensionBehavior : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
UpcEanExtensionBehavior
- Implements
-
- Inherited Members
-
Properties
Allow2
[Register("ALLOW_2")]
public static UpcEanExtensionBehavior Allow2 { get; }
Property Value
- UpcEanExtensionBehavior
Allow5
[Register("ALLOW_5")]
public static UpcEanExtensionBehavior Allow5 { get; }
Property Value
- UpcEanExtensionBehavior
AllowAny
[Register("ALLOW_ANY")]
public static UpcEanExtensionBehavior AllowAny { get; }
Property Value
- UpcEanExtensionBehavior
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Ignore
[Register("IGNORE")]
public static UpcEanExtensionBehavior Ignore { get; }
Property Value
- UpcEanExtensionBehavior
Require2
[Register("REQUIRE_2")]
public static UpcEanExtensionBehavior Require2 { get; }
Property Value
- UpcEanExtensionBehavior
Require5
[Register("REQUIRE_5")]
public static UpcEanExtensionBehavior Require5 { get; }
Property Value
- UpcEanExtensionBehavior
RequireAny
[Register("REQUIRE_ANY")]
public static UpcEanExtensionBehavior RequireAny { get; }
Property Value
- UpcEanExtensionBehavior
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/UpcEanExtensionBehavior;", "")]
public static UpcEanExtensionBehavior FromJson(string json)
Parameters
json
string
Returns
- UpcEanExtensionBehavior
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/UpcEanExtensionBehavior;", "")]
public static UpcEanExtensionBehavior ValueOf(string value)
Parameters
value
string
Returns
- UpcEanExtensionBehavior
Values()
[Register("values", "()[Lio/scanbot/sdk/barcode/UpcEanExtensionBehavior;", "")]
public static UpcEanExtensionBehavior[] Values()
Returns
- UpcEanExtensionBehavior[]