Class CommonFieldType
- Namespace
- IO.Scanbot.Sdk.Genericdocument.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class CommonFieldType : Enum
- Inheritance
-
CommonFieldType
Properties
AccountNumber
public static CommonFieldType AccountNumber { get; }
Property Value
- CommonFieldType
Address
public static CommonFieldType Address { get; }
Property Value
- CommonFieldType
BirthDate
public static CommonFieldType BirthDate { get; }
Property Value
- CommonFieldType
Birthplace
public static CommonFieldType Birthplace { get; }
Property Value
- CommonFieldType
CardAccessNumber
public static CommonFieldType CardAccessNumber { get; }
Property Value
- CommonFieldType
CountryCode
public static CommonFieldType CountryCode { get; }
Property Value
- CommonFieldType
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
ExpiryDate
public static CommonFieldType ExpiryDate { get; }
Property Value
- CommonFieldType
EyeColor
public static CommonFieldType EyeColor { get; }
Property Value
- CommonFieldType
Gender
public static CommonFieldType Gender { get; }
Property Value
- CommonFieldType
GivenNames
public static CommonFieldType GivenNames { get; }
Property Value
- CommonFieldType
Height
public static CommonFieldType Height { get; }
Property Value
- CommonFieldType
Id
public static CommonFieldType Id { get; }
Property Value
- CommonFieldType
IssueDate
public static CommonFieldType IssueDate { get; }
Property Value
- CommonFieldType
IssuingAuthority
public static CommonFieldType IssuingAuthority { get; }
Property Value
- CommonFieldType
MaidenName
public static CommonFieldType MaidenName { get; }
Property Value
- CommonFieldType
Mrz
public static CommonFieldType Mrz { get; }
Property Value
- CommonFieldType
Name
public static CommonFieldType Name { get; }
Property Value
- CommonFieldType
Nationality
public static CommonFieldType Nationality { get; }
Property Value
- CommonFieldType
Photo
public static CommonFieldType Photo { get; }
Property Value
- CommonFieldType
PlaceOfIssue
public static CommonFieldType PlaceOfIssue { get; }
Property Value
- CommonFieldType
Pseudonym
public static CommonFieldType Pseudonym { get; }
Property Value
- CommonFieldType
public static CommonFieldType Remarks { get; }
Property Value
- CommonFieldType
RoutingNumber
public static CommonFieldType RoutingNumber { get; }
Property Value
- CommonFieldType
Signature
public static CommonFieldType Signature { get; }
Property Value
- CommonFieldType
Surname
public static CommonFieldType Surname { get; }
Property Value
- CommonFieldType
TitleType
public static CommonFieldType TitleType { get; }
Property Value
- CommonFieldType
ValidFromDate
public static CommonFieldType ValidFromDate { get; }
Property Value
- CommonFieldType
Methods
FromJson(string)
public static CommonFieldType FromJson(string json)
Parameters
json
string
Returns
- CommonFieldType
ToJson()
Returns
- string
ValueOf(string)
public static CommonFieldType ValueOf(string value)
Parameters
value
string
Returns
- CommonFieldType
Values()
public static CommonFieldType[] Values()
Returns
- CommonFieldType[]