Class SBSDKUI2ExpectedBarcode
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKUI2ExpectedBarcode : SBSDKUI2Node
- Inheritance
-
SBSDKUI2ExpectedBarcode
Constructors
SBSDKUI2ExpectedBarcode(NSObjectFlag?)
protected SBSDKUI2ExpectedBarcode(NSObjectFlag? t)
Parameters
t
NSObjectFlag
SBSDKUI2ExpectedBarcode(NativeHandle?)
protected SBSDKUI2ExpectedBarcode(NativeHandle? handle)
Parameters
handle
NativeHandle
SBSDKUI2ExpectedBarcode(string, string?, string?, nint)
public SBSDKUI2ExpectedBarcode(string barcodeValue, string? title, string? image, nint count)
Parameters
barcodeValue
string
title
string
image
string
count
nint
Properties
BarcodeValue
public virtual string BarcodeValue { get; set; }
Property Value
- string
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
Count
public virtual nint Count { get; set; }
Property Value
- nint
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Image
public virtual string? Image { get; set; }
Property Value
- string
Title
public virtual string? Title { get; set; }
Property Value
- string
Methods
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJson()
public virtual string ToJson()
Returns
- string