Class SBSDKUI2BarcodeMappedData  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKUI2BarcodeMappedData : SBSDKUI2Node
   
  
    - Inheritance
 
    - 
      
      
      
SBSDKUI2BarcodeMappedData
     
  
  Constructors
  
  
  SBSDKUI2BarcodeMappedData(NSObjectFlag)
  
  
  
  
  
    protected SBSDKUI2BarcodeMappedData(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKUI2BarcodeMappedData(NativeHandle)
  
  
  
  
  
    protected SBSDKUI2BarcodeMappedData(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKUI2BarcodeMappedData(string, string, string)
  
  
  
  
  
    public SBSDKUI2BarcodeMappedData(string title, string subtitle, string barcodeImage)
   
  Parameters
  
    title string 
    
    subtitle string 
    
    barcodeImage string 
    
  
  Properties
  
  
  BarcodeImage
  
  
  
  
  
    public virtual string BarcodeImage { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  BarcodeImageKey
  
  
  
  
  
    public static string BarcodeImageKey { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  Hash
  
  
  
  
  
    public virtual nuint Hash { get; }
   
  Property Value
  
    - nuint
 
    
  
  
  
  Subtitle
  
  
  
  
  
    public virtual string Subtitle { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  Title
  
  
  
  
  
    public virtual string Title { get; set; }
   
  Property Value
  
    - string
 
    
  
  Methods
  
  
  FromJsonWithJson(string)
  
  
  
  
  
    public static SBSDKUI2BarcodeMappedData? FromJsonWithJson(string json)
   
  Parameters
  
    json string 
    
  
  Returns
  
    - SBSDKUI2BarcodeMappedData
 
    
  
  
  
  IsEqual(NSObject?)
  
  
  
  
  
    public virtual bool IsEqual(NSObject? @object)
   
  Parameters
  
    object NSObject 
    
  
  Returns
  
    - bool
 
    
  
  
  
  ToJson()
  
  
  
  
  
    public virtual string ToJson()
   
  Returns
  
    - string