Table of Contents

Class SBSDKUserFieldValue

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

Constructors

SBSDKUserFieldValue(NSObjectFlag)

protected SBSDKUserFieldValue(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUserFieldValue(NativeHandle)

protected SBSDKUserFieldValue(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

_type

public virtual string _type { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKUserFieldValue? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKUserFieldValue

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