Table of Contents

Class SBSDKGenericDocumentFieldType

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

Constructors

SBSDKGenericDocumentFieldType(NSObjectFlag)

protected SBSDKGenericDocumentFieldType(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericDocumentFieldType(NativeHandle)

protected SBSDKGenericDocumentFieldType(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKGenericDocumentFieldType(string, string, string, SBSDKCommonFieldType?)

public SBSDKGenericDocumentFieldType(string name, string fullName, string normalizedName, SBSDKCommonFieldType? commonType)

Parameters

name string
fullName string
normalizedName string
commonType SBSDKCommonFieldType

SBSDKGenericDocumentFieldType(string, string, string, SBSDKCommonFieldType?, NSNumber?)

public SBSDKGenericDocumentFieldType(string name, string fullName, string normalizedName, SBSDKCommonFieldType? commonType, NSNumber? listIndex)

Parameters

name string
fullName string
normalizedName string
commonType SBSDKCommonFieldType
listIndex NSNumber

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

CommonType

public virtual SBSDKCommonFieldType? CommonType { get; }

Property Value

SBSDKCommonFieldType

FullName

public virtual string FullName { get; }

Property Value

string

Hash

public virtual nuint Hash { get; }

Property Value

nuint

ListIndex

public virtual NSNumber? ListIndex { get; }

Property Value

NSNumber

Name

public virtual string Name { get; }

Property Value

string

NormalizedName

public virtual string NormalizedName { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKGenericDocumentFieldType? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKGenericDocumentFieldType

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