Table of Contents

Class ExpectedBarcode

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class ExpectedBarcode
Inheritance
ExpectedBarcode
Inherited Members

Constructors

ExpectedBarcode()

public ExpectedBarcode()

ExpectedBarcode(string, string, string, int?)

public ExpectedBarcode(string barcodeValue, string title, string image, int? count = null)

Parameters

barcodeValue string
title string
image string
count int?

Properties

BarcodeImageKey

public static string BarcodeImageKey { get; }

Property Value

string

BarcodeValue

[JsonRequired]
public string BarcodeValue { get; set; }

Property Value

string

Count

public int Count { get; set; }

Property Value

int

Image

public string Image { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Methods

FromJson(string)

public static ExpectedBarcode FromJson(string rawJson)

Parameters

rawJson string

Returns

ExpectedBarcode

FromNative(ExpectedBarcode)

public static ExpectedBarcode FromNative(ExpectedBarcode source)

Parameters

source ExpectedBarcode

Returns

ExpectedBarcode

FromNative(SBSDKUI2ExpectedBarcode)

public static ExpectedBarcode FromNative(SBSDKUI2ExpectedBarcode source)

Parameters

source SBSDKUI2ExpectedBarcode

Returns

ExpectedBarcode

ToNative()

public ExpectedBarcode ToNative()

Returns

ExpectedBarcode