Class PropertyValidatorBase
Inheritance
System.Object
PropertyValidatorBase
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class PropertyValidatorBase : Object, IPropertyValidator, IJavaObject, IDisposable, IJavaPeerable
Constructors
PropertyValidatorBase()
Declaration
public PropertyValidatorBase()
PropertyValidatorBase(IntPtr, JniHandleOwnership)
Declaration
protected PropertyValidatorBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
NegativeMessage
Declaration
public virtual string NegativeMessage { get; set; }
Property Value
System.String
|
Implements
PositiveMessage
Declaration
public virtual string PositiveMessage { get; set; }
Property Value
System.String
|
Implements
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ApplyParams(IDictionary<String, Object>)
Declaration
public virtual void ApplyParams(IDictionary<string, Object> params)
Parameters
System.Collections.Generic.IDictionary<System.String, Java.Lang.Object>
params
|
Validate(Object, String, IValidationCompletedListener)
Declaration
public virtual void Validate(Object input, string propertyName, IValidationCompletedListener callback)
Parameters
Java.Lang.Object
input
|
System.String
propertyName
|
IValidationCompletedListener
callback
|
Implements
ValidateCore(Object, String)
Declaration
protected abstract bool ValidateCore(Object p0, string p1)
Parameters
Java.Lang.Object
p0
|
System.String
p1
|
Returns
System.Boolean
|