Class CommonFieldType
- Namespace
- IO.Scanbot.Genericdocument.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/genericdocument/entity/CommonFieldType", DoNotGenerateAcw = true)]
public sealed class CommonFieldType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
CommonFieldType
- Implements
-
- Inherited Members
-
Properties
AccountNumber
[Register("AccountNumber")]
public static CommonFieldType AccountNumber { get; }
Property Value
- CommonFieldType
Address
[Register("Address")]
public static CommonFieldType Address { get; }
Property Value
- CommonFieldType
BirthDate
[Register("BirthDate")]
public static CommonFieldType BirthDate { get; }
Property Value
- CommonFieldType
Birthplace
[Register("Birthplace")]
public static CommonFieldType Birthplace { get; }
Property Value
- CommonFieldType
CountryCode
[Register("CountryCode")]
public static CommonFieldType CountryCode { get; }
Property Value
- CommonFieldType
ExpiryDate
[Register("ExpiryDate")]
public static CommonFieldType ExpiryDate { get; }
Property Value
- CommonFieldType
EyeColor
[Register("EyeColor")]
public static CommonFieldType EyeColor { get; }
Property Value
- CommonFieldType
Gender
[Register("Gender")]
public static CommonFieldType Gender { get; }
Property Value
- CommonFieldType
GivenNames
[Register("GivenNames")]
public static CommonFieldType GivenNames { get; }
Property Value
- CommonFieldType
Height
[Register("Height")]
public static CommonFieldType Height { get; }
Property Value
- CommonFieldType
Id
[Register("ID")]
public static CommonFieldType Id { get; }
Property Value
- CommonFieldType
IssueDate
[Register("IssueDate")]
public static CommonFieldType IssueDate { get; }
Property Value
- CommonFieldType
IssuingAuthority
[Register("IssuingAuthority")]
public static CommonFieldType IssuingAuthority { get; }
Property Value
- CommonFieldType
MaidenName
[Register("MaidenName")]
public static CommonFieldType MaidenName { get; }
Property Value
- CommonFieldType
Mrz
[Register("MRZ")]
public static CommonFieldType Mrz { get; }
Property Value
- CommonFieldType
Nationality
[Register("Nationality")]
public static CommonFieldType Nationality { get; }
Property Value
- CommonFieldType
Photo
[Register("Photo")]
public static CommonFieldType Photo { get; }
Property Value
- CommonFieldType
PlaceOfIssue
[Register("PlaceOfIssue")]
public static CommonFieldType PlaceOfIssue { get; }
Property Value
- CommonFieldType
Pseudonym
[Register("Pseudonym")]
public static CommonFieldType Pseudonym { get; }
Property Value
- CommonFieldType
[Register("Remarks")]
public static CommonFieldType Remarks { get; }
Property Value
- CommonFieldType
RoutingNumber
[Register("RoutingNumber")]
public static CommonFieldType RoutingNumber { get; }
Property Value
- CommonFieldType
Signature
[Register("Signature")]
public static CommonFieldType Signature { get; }
Property Value
- CommonFieldType
Surname
[Register("Surname")]
public static CommonFieldType Surname { get; }
Property Value
- CommonFieldType
TitleType
[Register("TitleType")]
public static CommonFieldType TitleType { get; }
Property Value
- CommonFieldType
ValidFromDate
[Register("ValidFromDate")]
public static CommonFieldType ValidFromDate { get; }
Property Value
- CommonFieldType
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/genericdocument/entity/CommonFieldType;", "")]
public static CommonFieldType ValueOf(string value)
Parameters
value
string
Returns
- CommonFieldType
Values()
[Register("values", "()[Lio/scanbot/genericdocument/entity/CommonFieldType;", "")]
public static CommonFieldType[] Values()
Returns
- CommonFieldType[]