Class SBSDKSemanticsVerificationReport
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKSemanticsVerificationReport : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKSemanticsVerificationReport
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKSemanticsVerificationReport(NSObjectFlag)
protected SBSDKSemanticsVerificationReport(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKSemanticsVerificationReport(NativeHandle)
protected SBSDKSemanticsVerificationReport(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKSemanticsVerificationReport(bool, SBSDKCompositeFieldValueSemantics, SBSDKCompositeFieldValueSemantics, SBSDKCompositeFieldValueSemantics, SBSDKValueSemantics, SBSDKValueSemantics, SBSDKValueSemantics)
public SBSDKSemanticsVerificationReport(bool overallInvalidSemantics, SBSDKCompositeFieldValueSemantics expiryDateSemantics, SBSDKCompositeFieldValueSemantics issueDateSemantics, SBSDKCompositeFieldValueSemantics birthDateSemantics, SBSDKValueSemantics issueDateBeforeExpiryDate, SBSDKValueSemantics birthDateBeforeIssueDate, SBSDKValueSemantics birthDateBeforeExpiryDate)
Parameters
overallInvalidSemantics
bool
expiryDateSemantics
SBSDKCompositeFieldValueSemantics
issueDateSemantics
SBSDKCompositeFieldValueSemantics
birthDateSemantics
SBSDKCompositeFieldValueSemantics
issueDateBeforeExpiryDate
SBSDKValueSemantics
birthDateBeforeIssueDate
SBSDKValueSemantics
birthDateBeforeExpiryDate
SBSDKValueSemantics
Properties
BirthDateBeforeExpiryDate
public virtual SBSDKValueSemantics BirthDateBeforeExpiryDate { get; }
Property Value
- SBSDKValueSemantics
BirthDateBeforeIssueDate
public virtual SBSDKValueSemantics BirthDateBeforeIssueDate { get; }
Property Value
- SBSDKValueSemantics
BirthDateSemantics
public virtual SBSDKCompositeFieldValueSemantics BirthDateSemantics { get; }
Property Value
- SBSDKCompositeFieldValueSemantics
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
ExpiryDateSemantics
public virtual SBSDKCompositeFieldValueSemantics ExpiryDateSemantics { get; }
Property Value
- SBSDKCompositeFieldValueSemantics
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
IssueDateBeforeExpiryDate
public virtual SBSDKValueSemantics IssueDateBeforeExpiryDate { get; }
Property Value
- SBSDKValueSemantics
IssueDateSemantics
public virtual SBSDKCompositeFieldValueSemantics IssueDateSemantics { get; }
Property Value
- SBSDKCompositeFieldValueSemantics
OverallInvalidSemantics
public virtual bool OverallInvalidSemantics { get; }
Property Value
- bool
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKSemanticsVerificationReport? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKSemanticsVerificationReport
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