Table of Contents

Class CommonFieldType

Namespace
IO.Scanbot.Sdk.Genericdocument.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/genericdocument/entity/CommonFieldType", DoNotGenerateAcw = true)]
public sealed class CommonFieldType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CommonFieldType
Implements
Inherited Members

Properties

AccountNumber

[Register("ACCOUNT_NUMBER")]
public static CommonFieldType AccountNumber { get; }

Property Value

CommonFieldType

Address

[Register("ADDRESS")]
public static CommonFieldType Address { get; }

Property Value

CommonFieldType

BirthDate

[Register("BIRTH_DATE")]
public static CommonFieldType BirthDate { get; }

Property Value

CommonFieldType

Birthplace

[Register("BIRTHPLACE")]
public static CommonFieldType Birthplace { get; }

Property Value

CommonFieldType

CardAccessNumber

[Register("CARD_ACCESS_NUMBER")]
public static CommonFieldType CardAccessNumber { get; }

Property Value

CommonFieldType

CountryCode

[Register("COUNTRY_CODE")]
public static CommonFieldType CountryCode { get; }

Property Value

CommonFieldType

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

ExpiryDate

[Register("EXPIRY_DATE")]
public static CommonFieldType ExpiryDate { get; }

Property Value

CommonFieldType

EyeColor

[Register("EYE_COLOR")]
public static CommonFieldType EyeColor { get; }

Property Value

CommonFieldType

Gender

[Register("GENDER")]
public static CommonFieldType Gender { get; }

Property Value

CommonFieldType

GivenNames

[Register("GIVEN_NAMES")]
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("ISSUE_DATE")]
public static CommonFieldType IssueDate { get; }

Property Value

CommonFieldType

IssuingAuthority

[Register("ISSUING_AUTHORITY")]
public static CommonFieldType IssuingAuthority { get; }

Property Value

CommonFieldType

MaidenName

[Register("MAIDEN_NAME")]
public static CommonFieldType MaidenName { get; }

Property Value

CommonFieldType

Mrz

[Register("MRZ")]
public static CommonFieldType Mrz { get; }

Property Value

CommonFieldType

Name

[Register("NAME")]
public static CommonFieldType Name { 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("PLACE_OF_ISSUE")]
public static CommonFieldType PlaceOfIssue { get; }

Property Value

CommonFieldType

Pseudonym

[Register("PSEUDONYM")]
public static CommonFieldType Pseudonym { get; }

Property Value

CommonFieldType

Remarks

[Register("REMARKS")]
public static CommonFieldType Remarks { get; }

Property Value

CommonFieldType

RoutingNumber

[Register("ROUTING_NUMBER")]
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("TITLE_TYPE")]
public static CommonFieldType TitleType { get; }

Property Value

CommonFieldType

ValidFromDate

[Register("VALID_FROM_DATE")]
public static CommonFieldType ValidFromDate { get; }

Property Value

CommonFieldType

Methods

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/genericdocument/entity/CommonFieldType;", "")]
public static CommonFieldType FromJson(string json)

Parameters

json string

Returns

CommonFieldType

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/genericdocument/entity/CommonFieldType;", "")]
public static CommonFieldType ValueOf(string value)

Parameters

value string

Returns

CommonFieldType

Values()

[Register("values", "()[Lio/scanbot/sdk/genericdocument/entity/CommonFieldType;", "")]
public static CommonFieldType[] Values()

Returns

CommonFieldType[]