Class RootDocumentType
- Namespace
- IO.Scanbot.Check.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/check/entity/RootDocumentType", DoNotGenerateAcw = true)]
public sealed class RootDocumentType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
RootDocumentType
- Implements
-
- Inherited Members
-
Properties
A
[Register("a")]
public GenericDocument.Type A { get; set; }
Property Value
- GenericDocument.Type
AUSCheck
[Register("AUSCheck")]
public static RootDocumentType AUSCheck { get; }
Property Value
- RootDocumentType
B
[Register("b")]
public static IList B { get; }
Property Value
- IList
C
[Register("c")]
public static IList<RootDocumentType> C { get; }
Property Value
- IList<RootDocumentType>
CANCheck
[Register("CANCheck")]
public static RootDocumentType CANCheck { get; }
Property Value
- RootDocumentType
FRACheck
[Register("FRACheck")]
public static RootDocumentType FRACheck { get; }
Property Value
- RootDocumentType
INDCheck
[Register("INDCheck")]
public static RootDocumentType INDCheck { get; }
Property Value
- RootDocumentType
ISRCheck
[Register("ISRCheck")]
public static RootDocumentType ISRCheck { get; }
Property Value
- RootDocumentType
KWTCheck
[Register("KWTCheck")]
public static RootDocumentType KWTCheck { get; }
Property Value
- RootDocumentType
Type
public GenericDocument.Type Type { get; }
Property Value
- GenericDocument.Type
UAECheck
[Register("UAECheck")]
public static RootDocumentType UAECheck { get; }
Property Value
- RootDocumentType
USACheck
[Register("USACheck")]
public static RootDocumentType USACheck { get; }
Property Value
- RootDocumentType
UnknownCheck
[Register("UnknownCheck")]
public static RootDocumentType UnknownCheck { get; }
Property Value
- RootDocumentType
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/check/entity/RootDocumentType;", "")]
public static RootDocumentType ValueOf(string value)
Parameters
value
string
Returns
- RootDocumentType
Values()
[Register("values", "()[Lio/scanbot/check/entity/RootDocumentType;", "")]
public static RootDocumentType[] Values()
Returns
- RootDocumentType[]