Table of Contents

Class SBSDKCompositeFieldValueSemantics

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

Constructors

SBSDKCompositeFieldValueSemantics(NSObjectFlag)

protected SBSDKCompositeFieldValueSemantics(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKCompositeFieldValueSemantics(NativeHandle)

protected SBSDKCompositeFieldValueSemantics(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKCompositeFieldValueSemantics(SBSDKValueSemantics, SBSDKFieldValueSemantics[])

public SBSDKCompositeFieldValueSemantics(SBSDKValueSemantics overallFieldValueSemantics, SBSDKFieldValueSemantics[] fieldDetails)

Parameters

overallFieldValueSemantics SBSDKValueSemantics
fieldDetails SBSDKFieldValueSemantics[]

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

FieldDetails

public virtual SBSDKFieldValueSemantics[] FieldDetails { get; }

Property Value

SBSDKFieldValueSemantics[]

Hash

public virtual nuint Hash { get; }

Property Value

nuint

OverallFieldValueSemantics

public virtual SBSDKValueSemantics OverallFieldValueSemantics { get; }

Property Value

SBSDKValueSemantics

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKCompositeFieldValueSemantics? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKCompositeFieldValueSemantics

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