Class SBSDKGenericDocumentFieldType
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocumentFieldType : NSObject
- Inheritance
-
SBSDKGenericDocumentFieldType
Constructors
SBSDKGenericDocumentFieldType()
public SBSDKGenericDocumentFieldType()
SBSDKGenericDocumentFieldType(NSObjectFlag?)
protected SBSDKGenericDocumentFieldType(NSObjectFlag? t)
Parameters
t NSObjectFlag
SBSDKGenericDocumentFieldType(NativeHandle?)
protected SBSDKGenericDocumentFieldType(NativeHandle? handle)
Parameters
handle NativeHandle
SBSDKGenericDocumentFieldType(string, string, string, SBSDKGenericDocumentCommonFieldType)
public SBSDKGenericDocumentFieldType(string name, string fullName, string normalizedName, SBSDKGenericDocumentCommonFieldType commonType)
Parameters
name string
fullName string
normalizedName string
commonType SBSDKGenericDocumentCommonFieldType
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
CommonType
public virtual SBSDKGenericDocumentCommonFieldType CommonType { get; set; }
Property Value
- SBSDKGenericDocumentCommonFieldType
DefaultFieldTypeDisplayTexts
public static NSDictionary DefaultFieldTypeDisplayTexts { get; }
Property Value
- NSDictionary
DefaultFieldTypeVisibilities
public static NSDictionary? DefaultFieldTypeVisibilities { get; }
Property Value
- NSDictionary
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
UserFieldTypeDisplayTexts
public static NSDictionary? UserFieldTypeDisplayTexts { get; set; }
Property Value
- NSDictionary
UserFieldTypeVisibilities
public static NSDictionary? UserFieldTypeVisibilities { get; set; }
Property Value
- NSDictionary
Methods
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object NSObject
Returns
- bool