Class BarcodeInfoMapping
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeInfoMapping
- Inheritance
-
BarcodeInfoMapping
- Inherited Members
-
Constructors
BarcodeInfoMapping()
public BarcodeInfoMapping()
Properties
BarcodeItemMapper
public BarcodeItemMapper BarcodeItemMapper { get; set; }
Property Value
- BarcodeItemMapper
DividerColor
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
ErrorState
public BarcodeItemErrorState ErrorState { get; set; }
Property Value
- BarcodeItemErrorState
LoadingMessage
public StyledText LoadingMessage { get; set; }
Property Value
- StyledText
ModalOverlayColor
public ColorValue ModalOverlayColor { get; set; }
Property Value
- ColorValue
SheetColor
public ColorValue SheetColor { get; set; }
Property Value
- ColorValue
Methods
FromJson(string)
public static BarcodeInfoMapping FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BarcodeInfoMapping
ToNative()
public BarcodeInfoMapping ToNative()
Returns
- BarcodeInfoMapping