Class SBSDKUI2ExpectedBarcode  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.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?)
  
  
  
  
  
    public SBSDKUI2ExpectedBarcode(string barcodeValue, string? title, string? image)
   
  Parameters
  
    barcodeValue string 
    
    title string 
    
    image string 
    
  
  
  
  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
  
  
  BarcodeImageKey
  
  
  
  
  
    public virtual string BarcodeImageKey { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  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
  
  
  FromJsonWithJson(string)
  
  
  
  
  
    public static SBSDKUI2ExpectedBarcode? FromJsonWithJson(string json)
   
  Parameters
  
    json string 
    
  
  Returns
  
    - SBSDKUI2ExpectedBarcode
 
    
  
  
  
  IsEqual(NSObject?)
  
  
  
  
  
    public virtual bool IsEqual(NSObject? @object)
   
  Parameters
  
    object NSObject 
    
  
  Returns
  
    - bool
 
    
  
  
  
  ToJson()
  
  
  
  
  
    public virtual string ToJson()
   
  Returns
  
    - string