Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.BoundValidator.Config Class Reference

More...

Inheritance diagram for Ext.Net.BoundValidator.Config:
Ext.Net.Validator.Config Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.LengthValidator.Config Ext.Net.RangeValidator.Config

Properties

virtual string BothMessage [get, set]
 The error message to return when the value is not in the specified range and both the minimum and maximum are specified. More...
 
virtual string EmptyMessage [get, set]
 The error message to return when the value is empty. Defaults to: 'Must be present'. More...
 
virtual int Max [get, set]
 Maximum value length allowed. More...
 
virtual string MaxOnlyMessage [get, set]
 The error message to return when the value is more than the maximum and only a maximum is specified. More...
 
virtual int Min [get, set]
 Minimum value length allowed. More...
 
virtual string MinOnlyMessage [get, set]
 The error message to return when the value is less than the minimum and only a minimum is specified. More...
 
- Properties inherited from Ext.Net.Validator.Config
virtual string Field [get, set]
 The name of the field to validate More...
 
virtual string Message [get, set]
 The error message used when a validation fails More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Detailed Description

Property Documentation

◆ BothMessage

virtual string Ext.Net.BoundValidator.Config.BothMessage
getset

The error message to return when the value is not in the specified range and both the minimum and maximum are specified.

◆ EmptyMessage

virtual string Ext.Net.BoundValidator.Config.EmptyMessage
getset

The error message to return when the value is empty. Defaults to: 'Must be present'.

◆ Max

virtual int Ext.Net.BoundValidator.Config.Max
getset

Maximum value length allowed.

◆ MaxOnlyMessage

virtual string Ext.Net.BoundValidator.Config.MaxOnlyMessage
getset

The error message to return when the value is more than the maximum and only a maximum is specified.

◆ Min

virtual int Ext.Net.BoundValidator.Config.Min
getset

Minimum value length allowed.

◆ MinOnlyMessage

virtual string Ext.Net.BoundValidator.Config.MinOnlyMessage
getset

The error message to return when the value is less than the minimum and only a minimum is specified.


The documentation for this class was generated from the following file: