Class ValidatorBaseAttribute
Inheritance
System.Object
ValidatorBaseAttribute
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class ValidatorBaseAttribute : Attribute, IPropertyValidator
Constructors
ValidatorBaseAttribute()
Declaration
protected ValidatorBaseAttribute()
Properties
NegativeFeedback
Declaration
public string NegativeFeedback { get; protected set; }
Property Value
System.String
|
Implements
PositiveFeedback
Declaration
public string PositiveFeedback { get; protected set; }
Property Value
System.String
|
Implements
Methods
Validate(Object)
Declaration
public virtual bool Validate(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|
Implements
ValidateCore(Object)
Declaration
protected abstract bool ValidateCore(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|