Class PropertyValidatorSet
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class PropertyValidatorSet : PropertyValidatorBase, IPropertyValidator, IJavaObject, IDisposable, IJavaPeerable
Constructors
PropertyValidatorSet()
Declaration
public PropertyValidatorSet()
PropertyValidatorSet(IntPtr, JniHandleOwnership)
Declaration
protected PropertyValidatorSet(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
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
Add(PropertyValidatorBase)
Declaration
public virtual void Add(PropertyValidatorBase validator)
Parameters
PropertyValidatorBase
validator
|
Clear()
Declaration
public virtual void Clear()
Remove(PropertyValidatorBase)
Declaration
public virtual void Remove(PropertyValidatorBase validator)
Parameters
PropertyValidatorBase
validator
|
ValidateCore(Object, String)
Declaration
protected override bool ValidateCore(Object input, string propertyName)
Parameters
Java.Lang.Object
input
|
System.String
propertyName
|
Returns
System.Boolean
|
Overrides
Validators()
Declaration
public virtual IList<PropertyValidatorBase> Validators()
Returns
System.Collections.Generic.IList<PropertyValidatorBase>
|