Table of Contents

Class SBSDKFieldConsistencyVerificationReport

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKFieldConsistencyVerificationReport : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKFieldConsistencyVerificationReport
Implements
INSCopying
INativeObject

Constructors

SBSDKFieldConsistencyVerificationReport(NSObjectFlag)

protected SBSDKFieldConsistencyVerificationReport(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKFieldConsistencyVerificationReport(NativeHandle)

protected SBSDKFieldConsistencyVerificationReport(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKFieldConsistencyVerificationReport(SBSDKCommonFieldType, SBSDKValueConsistency, string[])

public SBSDKFieldConsistencyVerificationReport(SBSDKCommonFieldType fieldType, SBSDKValueConsistency consistency, string[] fieldFullNames)

Parameters

fieldType SBSDKCommonFieldType
consistency SBSDKValueConsistency
fieldFullNames string[]

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Consistency

public virtual SBSDKValueConsistency Consistency { get; }

Property Value

SBSDKValueConsistency

FieldFullNames

public virtual string[] FieldFullNames { get; }

Property Value

string[]

FieldType

public virtual SBSDKCommonFieldType FieldType { get; }

Property Value

SBSDKCommonFieldType

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKFieldConsistencyVerificationReport? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKFieldConsistencyVerificationReport

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