Class SBSDKCommonFieldType
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKCommonFieldType : NSObject
- Inheritance
-
SBSDKCommonFieldType
Constructors
SBSDKCommonFieldType(NSObjectFlag)
protected SBSDKCommonFieldType(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKCommonFieldType(NativeHandle)
protected SBSDKCommonFieldType(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
AccountNumber
public static SBSDKCommonFieldType AccountNumber { get; }
Property Value
- SBSDKCommonFieldType
Address
public static SBSDKCommonFieldType Address { get; }
Property Value
- SBSDKCommonFieldType
BirthDate
public static SBSDKCommonFieldType BirthDate { get; }
Property Value
- SBSDKCommonFieldType
Birthplace
public static SBSDKCommonFieldType Birthplace { get; }
Property Value
- SBSDKCommonFieldType
CardAccessNumber
public static SBSDKCommonFieldType CardAccessNumber { get; }
Property Value
- SBSDKCommonFieldType
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
CountryCode
public static SBSDKCommonFieldType CountryCode { get; }
Property Value
- SBSDKCommonFieldType
ExpiryDate
public static SBSDKCommonFieldType ExpiryDate { get; }
Property Value
- SBSDKCommonFieldType
EyeColor
public static SBSDKCommonFieldType EyeColor { get; }
Property Value
- SBSDKCommonFieldType
Gender
public static SBSDKCommonFieldType Gender { get; }
Property Value
- SBSDKCommonFieldType
GivenNames
public static SBSDKCommonFieldType GivenNames { get; }
Property Value
- SBSDKCommonFieldType
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Height
public static SBSDKCommonFieldType Height { get; }
Property Value
- SBSDKCommonFieldType
Id
public static SBSDKCommonFieldType Id { get; }
Property Value
- SBSDKCommonFieldType
IssueDate
public static SBSDKCommonFieldType IssueDate { get; }
Property Value
- SBSDKCommonFieldType
IssuingAuthority
public static SBSDKCommonFieldType IssuingAuthority { get; }
Property Value
- SBSDKCommonFieldType
MaidenName
public static SBSDKCommonFieldType MaidenName { get; }
Property Value
- SBSDKCommonFieldType
Mrz
public static SBSDKCommonFieldType Mrz { get; }
Property Value
- SBSDKCommonFieldType
Name
public static SBSDKCommonFieldType Name { get; }
Property Value
- SBSDKCommonFieldType
Nationality
public static SBSDKCommonFieldType Nationality { get; }
Property Value
- SBSDKCommonFieldType
Photo
public static SBSDKCommonFieldType Photo { get; }
Property Value
- SBSDKCommonFieldType
PlaceOfIssue
public static SBSDKCommonFieldType PlaceOfIssue { get; }
Property Value
- SBSDKCommonFieldType
Pseudonym
public static SBSDKCommonFieldType Pseudonym { get; }
Property Value
- SBSDKCommonFieldType
RawValue
public virtual nint RawValue { get; }
Property Value
- nint
public static SBSDKCommonFieldType Remarks { get; }
Property Value
- SBSDKCommonFieldType
RoutingNumber
public static SBSDKCommonFieldType RoutingNumber { get; }
Property Value
- SBSDKCommonFieldType
Signature
public static SBSDKCommonFieldType Signature { get; }
Property Value
- SBSDKCommonFieldType
Surname
public static SBSDKCommonFieldType Surname { get; }
Property Value
- SBSDKCommonFieldType
TitleType
public static SBSDKCommonFieldType TitleType { get; }
Property Value
- SBSDKCommonFieldType
ValidFromDate
public static SBSDKCommonFieldType ValidFromDate { get; }
Property Value
- SBSDKCommonFieldType
Methods
EnumValueFrom(nint)
public static SBSDKCommonFieldType? EnumValueFrom(nint rawValue)
Parameters
rawValue
nint
Returns
- SBSDKCommonFieldType
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool