Class SBSDKMedicalCertificatePatientInfoBox
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKMedicalCertificatePatientInfoBox : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKMedicalCertificatePatientInfoBox
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKMedicalCertificatePatientInfoBox(NSObjectFlag)
protected SBSDKMedicalCertificatePatientInfoBox(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKMedicalCertificatePatientInfoBox(NSValue[], SBSDKMedicalCertificatePatientInfoField[])
public SBSDKMedicalCertificatePatientInfoBox(NSValue[] quad, SBSDKMedicalCertificatePatientInfoField[] fields)
Parameters
quad
NSValue[]
fields
SBSDKMedicalCertificatePatientInfoField[]
SBSDKMedicalCertificatePatientInfoBox(NSValue[], SBSDKMedicalCertificatePatientInfoField[], bool)
public SBSDKMedicalCertificatePatientInfoBox(NSValue[] quad, SBSDKMedicalCertificatePatientInfoField[] fields, bool hasContents)
Parameters
quad
NSValue[]
fields
SBSDKMedicalCertificatePatientInfoField[]
hasContents
bool
SBSDKMedicalCertificatePatientInfoBox(NativeHandle)
protected SBSDKMedicalCertificatePatientInfoBox(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Fields
public virtual SBSDKMedicalCertificatePatientInfoField[] Fields { get; }
Property Value
- SBSDKMedicalCertificatePatientInfoField[]
HasContents
public virtual bool HasContents { get; }
Property Value
- bool
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Quad
public virtual NSValue[] Quad { get; }
Property Value
- NSValue[]
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKMedicalCertificatePatientInfoBox? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKMedicalCertificatePatientInfoBox
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string