Class RangeValidator
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class RangeValidator : PropertyValidatorBase, IPropertyValidator, IJavaObject, IDisposable, IJavaPeerable
Constructors
RangeValidator()
Declaration
public RangeValidator()
RangeValidator(Double, Double)
Declaration
public RangeValidator(double min, double max)
Parameters
System.Double
min
|
System.Double
max
|
RangeValidator(IntPtr, JniHandleOwnership)
Declaration
protected RangeValidator(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
|
Overrides
Max
Declaration
public virtual double Max { get; set; }
Property Value
System.Double
|
Min
Declaration
public virtual double Min { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
ValidateCore(Object, String)
Declaration
protected override bool ValidateCore(Object input, string propertyName)
Parameters
Java.Lang.Object
input
|
System.String
propertyName
|
Returns
System.Boolean
|