Table of Contents

Class MedicalCertificatePatientInfoBox

Namespace
IO.Scanbot.Sdk.MC
Assembly
DocumentSDK.NET.Droid.dll
public sealed class MedicalCertificatePatientInfoBox : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
MedicalCertificatePatientInfoBox
Implements

Constructors

MedicalCertificatePatientInfoBox(JSONObject)

public MedicalCertificatePatientInfoBox(JSONObject json)

Parameters

json JSONObject

MedicalCertificatePatientInfoBox(IDictionary<string, Object>)

public MedicalCertificatePatientInfoBox(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

MedicalCertificatePatientInfoBox(IList<PointF>, IList<MedicalCertificatePatientInfoField>, bool)

public MedicalCertificatePatientInfoBox(IList<PointF> quad, IList<MedicalCertificatePatientInfoField> fields, bool hasContents)

Parameters

quad IList<PointF>
fields IList<MedicalCertificatePatientInfoField>
hasContents bool

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Fields

public IList<MedicalCertificatePatientInfoField> Fields { get; }

Property Value

IList<MedicalCertificatePatientInfoField>

HasContents

public bool HasContents { get; }

Property Value

bool

Quad

public IList<PointF> Quad { get; }

Property Value

IList<PointF>

Methods

Component1()

public IList<PointF> Component1()

Returns

IList<PointF>

Component2()

public IList<MedicalCertificatePatientInfoField> Component2()

Returns

IList<MedicalCertificatePatientInfoField>

Component3()

public bool Component3()

Returns

bool

Copy(IList<PointF>, IList<MedicalCertificatePatientInfoField>, bool)

public MedicalCertificatePatientInfoBox Copy(IList<PointF> quad, IList<MedicalCertificatePatientInfoField> fields, bool hasContents)

Parameters

quad IList<PointF>
fields IList<MedicalCertificatePatientInfoField>
hasContents bool

Returns

MedicalCertificatePatientInfoBox

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags