Class SBSDKGenericDocumentFieldDataFormat
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocumentFieldDataFormat : NSObject
- Inheritance
-
SBSDKGenericDocumentFieldDataFormat
Constructors
protected SBSDKGenericDocumentFieldDataFormat(NSObjectFlag t)
Parameters
t
NSObjectFlag
protected SBSDKGenericDocumentFieldDataFormat(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public static SBSDKGenericDocumentFieldDataFormat Gender { get; }
Property Value
- SBSDKGenericDocumentFieldDataFormat
public virtual nuint Hash { get; }
Property Value
- nuint
public static SBSDKGenericDocumentFieldDataFormat IsoCountryAlpha2 { get; }
Property Value
- SBSDKGenericDocumentFieldDataFormat
public static SBSDKGenericDocumentFieldDataFormat IsoCountryAlpha3 { get; }
Property Value
- SBSDKGenericDocumentFieldDataFormat
public static SBSDKGenericDocumentFieldDataFormat IsoCountryName { get; }
Property Value
- SBSDKGenericDocumentFieldDataFormat
public static SBSDKGenericDocumentFieldDataFormat IsoCountryNumeric { get; }
Property Value
- SBSDKGenericDocumentFieldDataFormat
public static SBSDKGenericDocumentFieldDataFormat IsoDate { get; }
Property Value
- SBSDKGenericDocumentFieldDataFormat
public virtual nint RawValue { get; }
Property Value
- nint
Methods
public static SBSDKGenericDocumentFieldDataFormat? EnumValueFrom(nint rawValue)
Parameters
rawValue
nint
Returns
- SBSDKGenericDocumentFieldDataFormat
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool