Table of Contents

Class SBSDKUserFieldIntValue

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKUserFieldIntValue : SBSDKUserFieldValue, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKUserFieldIntValue
Implements
INSCopying
INativeObject
Inherited Members

Constructors

SBSDKUserFieldIntValue()

public SBSDKUserFieldIntValue()

SBSDKUserFieldIntValue(NSObjectFlag)

protected SBSDKUserFieldIntValue(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUserFieldIntValue(NativeHandle)

protected SBSDKUserFieldIntValue(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKUserFieldIntValue(nint)

public SBSDKUserFieldIntValue(nint value)

Parameters

value nint

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Value

public virtual nint Value { get; set; }

Property Value

nint

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKUserFieldIntValue? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKUserFieldIntValue

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