Class MedicalCertificateFormType
- Namespace
- IO.Scanbot.Sdk.Medicalcertificate
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/medicalcertificate/MedicalCertificateFormType", DoNotGenerateAcw = true)]
public sealed class MedicalCertificateFormType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
MedicalCertificateFormType
- Implements
-
- Inherited Members
-
Properties
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
[Register("FORM_1A")]
public static MedicalCertificateFormType Form1a { get; }
Property Value
- MedicalCertificateFormType
[Register("FORM_1B")]
public static MedicalCertificateFormType Form1b { get; }
Property Value
- MedicalCertificateFormType
[Register("FORM_1B_CUSTOM")]
public static MedicalCertificateFormType Form1bCustom { get; }
Property Value
- MedicalCertificateFormType
[Register("FORM_1C")]
public static MedicalCertificateFormType Form1c { get; }
Property Value
- MedicalCertificateFormType
[Register("FORM_1D")]
public static MedicalCertificateFormType Form1d { get; }
Property Value
- MedicalCertificateFormType
[Register("FORM_21A")]
public static MedicalCertificateFormType Form21a { get; }
Property Value
- MedicalCertificateFormType
[Register("FORM_21A_BACK")]
public static MedicalCertificateFormType Form21aBack { get; }
Property Value
- MedicalCertificateFormType
[Register("UNKNOWN")]
public static MedicalCertificateFormType Unknown { get; }
Property Value
- MedicalCertificateFormType
Methods
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/medicalcertificate/MedicalCertificateFormType;", "")]
public static MedicalCertificateFormType FromJson(string json)
Parameters
json string
Returns
- MedicalCertificateFormType
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/medicalcertificate/MedicalCertificateFormType;", "")]
public static MedicalCertificateFormType ValueOf(string value)
Parameters
value string
Returns
- MedicalCertificateFormType
[Register("values", "()[Lio/scanbot/sdk/medicalcertificate/MedicalCertificateFormType;", "")]
public static MedicalCertificateFormType[] Values()
Returns
- MedicalCertificateFormType[]