Class SBSDKGenericDocumentType  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKGenericDocumentType : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKGenericDocumentType
     
  
  
    - Derived
 
    - 
      
      
      
    
 
  
  Constructors
  
  
  SBSDKGenericDocumentType()
  
  
  
  
  
    public SBSDKGenericDocumentType()
   
  
  
  SBSDKGenericDocumentType(NSObjectFlag)
  
  
  
  
  
    protected SBSDKGenericDocumentType(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKGenericDocumentType(NativeHandle)
  
  
  
  
  
    protected SBSDKGenericDocumentType(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKGenericDocumentType(string, string, string)
  
  
  
  
  
    public SBSDKGenericDocumentType(string name, string fullName, string normalizedName)
   
  Parameters
  
    name string 
    
    fullName string 
    
    normalizedName string 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  DefaultDocumentTypeDisplayTexts
  
  
  
  
  
    public static NSDictionary<NSString, NSString> DefaultDocumentTypeDisplayTexts { get; }
   
  Property Value
  
    - NSDictionary<NSString, NSString>
 
    
  
  
  
  DisplayText
  
  
  
  
  
    public virtual string? DisplayText { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  FullName
  
  
  
  
  
    public virtual string FullName { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  ListIndex
  
  
  
  
  
    public virtual NSNumber? ListIndex { get; set; }
   
  Property Value
  
    - NSNumber
 
    
  
  
  
  Name
  
  
  
  
  
    public virtual string Name { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  NormalizedName
  
  
  
  
  
    public virtual string NormalizedName { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  UserDocumentTypeDisplayTexts
  
  
  
  
  
    public static NSDictionary<NSString, NSString> UserDocumentTypeDisplayTexts { get; set; }
   
  Property Value
  
    - NSDictionary<NSString, NSString>
 
    
  
  Methods
  
  
  IsEqual(NSObject?)
  
  
  
  
  
    public virtual bool IsEqual(NSObject? @object)
   
  Parameters
  
    object NSObject 
    
  
  Returns
  
    - bool