Table of Contents

Class CustomContentValidator

Namespace
IO.Scanbot.Sdk.Textpattern
Assembly
DocumentSDK.NET.Droid.dll
public sealed class CustomContentValidator : ContentValidator, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
CustomContentValidator
Implements
Inherited Members

Constructors

CustomContentValidator()

public CustomContentValidator()

CustomContentValidator(JSONObject)

public CustomContentValidator(JSONObject json)

Parameters

json JSONObject

CustomContentValidator(IDictionary<string, Object>)

public CustomContentValidator(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

CustomContentValidator(string, IContentValidationCallback)

public CustomContentValidator(string allowedCharacters, IContentValidationCallback callback)

Parameters

allowedCharacters string
callback IContentValidationCallback

Properties

AllowedCharacters

public string AllowedCharacters { get; set; }

Property Value

string

Callback

public IContentValidationCallback Callback { get; set; }

Property Value

IContentValidationCallback

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Methods

Component1()

public string Component1()

Returns

string

Component2()

public IContentValidationCallback Component2()

Returns

IContentValidationCallback

Copy(string, IContentValidationCallback)

public CustomContentValidator Copy(string allowedCharacters, IContentValidationCallback callback)

Parameters

allowedCharacters string
callback IContentValidationCallback

Returns

CustomContentValidator

Default()

public static CustomContentValidator Default()

Returns

CustomContentValidator

DescribeContents()

public override int DescribeContents()

Returns

int

Get_type()

public override string Get_type()

Returns

string

ToJson(ToJsonConfiguration)

public override JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags