Class FieldType
- Namespace
- IO.Scanbot.Sdk.Genericdocument.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class FieldType : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
FieldType
- Implements
-
Constructors
FieldType(JSONObject)
public FieldType(JSONObject json)
Parameters
json
JSONObject
FieldType(IDictionary<string, Object>)
public FieldType(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
FieldType(string, string, string, CommonFieldType, Integer)
public FieldType(string name, string fullName, string normalizedName, CommonFieldType commonType, Integer listIndex)
Parameters
name
string
fullName
string
normalizedName
string
commonType
CommonFieldType
listIndex
Integer
Properties
CommonType
public CommonFieldType CommonType { get; }
Property Value
- CommonFieldType
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 CommonFieldType Component4()
Returns
- CommonFieldType
Component5()
public Integer Component5()
Returns
- Integer
Copy(string, string, string, CommonFieldType, Integer)
public FieldType Copy(string name, string fullName, string normalizedName, CommonFieldType commonType, Integer listIndex)
Parameters
name
string
fullName
string
normalizedName
string
commonType
CommonFieldType
listIndex
Integer
Returns
- FieldType
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