Class ExpectedBarcode
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class ExpectedBarcode
- Inheritance
-
ExpectedBarcode
- Inherited Members
-
Constructors
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
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