Class BarcodeFormattedData
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Barcode.Common.Model
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeFormattedData : Object
- Inheritance
-
BarcodeFormattedData
Constructors
public BarcodeFormattedData(string uuid, string title, string subtitle, string barcodeImage, Bitmap barcodeImageBitmap, int count, int expectedCount, bool isLoading, bool isError, BarcodeItem barcodeItem, Long timestamp)
Parameters
uuid
string
title
string
subtitle
string
barcodeImage
string
barcodeImageBitmap
Bitmap
count
int
expectedCount
int
isLoading
bool
isError
bool
barcodeItem
BarcodeItem
timestamp
Long
Properties
public string BarcodeImage { get; }
Property Value
- string
public Bitmap BarcodeImageBitmap { get; }
Property Value
- Bitmap
public BarcodeItem BarcodeItem { get; }
Property Value
- BarcodeItem
public int Count { get; }
Property Value
- int
public int ExpectedCount { get; }
Property Value
- int
public bool IsError { get; }
Property Value
- bool
public bool IsLoading { get; }
Property Value
- bool
public string Subtitle { get; }
Property Value
- string
public Long Timestamp { get; }
Property Value
- Long
public string Title { get; }
Property Value
- string
public string Uuid { get; }
Property Value
- string
Methods
public string Component1()
Returns
- string
public BarcodeItem Component10()
Returns
- BarcodeItem
public Long Component11()
Returns
- Long
public string Component2()
Returns
- string
public string Component3()
Returns
- string
public string Component4()
Returns
- string
public Bitmap Component5()
Returns
- Bitmap
Returns
- int
Returns
- int
Returns
- bool
Returns
- bool
public BarcodeFormattedData Copy(string uuid, string title, string subtitle, string barcodeImage, Bitmap barcodeImageBitmap, int count, int expectedCount, bool isLoading, bool isError, BarcodeItem barcodeItem, Long timestamp)
Parameters
uuid
string
title
string
subtitle
string
barcodeImage
string
barcodeImageBitmap
Bitmap
count
int
expectedCount
int
isLoading
bool
isError
bool
barcodeItem
BarcodeItem
timestamp
Long
Returns
- BarcodeFormattedData