Table of Contents

Class GenericDocumentType

Namespace
IO.Scanbot.Sdk.Genericdocument.Entity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class GenericDocumentType : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
GenericDocumentType
Implements

Constructors

GenericDocumentType(JSONObject)

public GenericDocumentType(JSONObject json)

Parameters

json JSONObject

GenericDocumentType(IDictionary<string, Object>)

public GenericDocumentType(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

GenericDocumentType(string, string, string, Integer)

public GenericDocumentType(string name, string fullName, string normalizedName, Integer listIndex)

Parameters

name string
fullName string
normalizedName string
listIndex Integer

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

FullName

public string FullName { get; }

Property Value

string

ListIndex

public Integer ListIndex { get; }

Property Value

Integer

Name

public string Name { get; }

Property Value

string

NormalizedName

public string NormalizedName { get; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Component2()

public string Component2()

Returns

string

Component3()

public string Component3()

Returns

string

Component4()

public Integer Component4()

Returns

Integer

Copy(string, string, string, Integer)

public GenericDocumentType Copy(string name, string fullName, string normalizedName, Integer listIndex)

Parameters

name string
fullName string
normalizedName string
listIndex Integer

Returns

GenericDocumentType

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags