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

More...

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

Static Public Member Functions

static implicit operator RangeValidator.Builder (RangeValidator.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual string NanMessage [get, set]
 The error message to return when the value is not numeric. Defaults to "Must be numeric". More...
 
- Properties inherited from Ext.Net.BoundValidator.Config
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 ()
 

Detailed Description

Member Function Documentation

◆ operator RangeValidator.Builder()

static implicit Ext.Net.RangeValidator.Config.operator RangeValidator.Builder ( RangeValidator.Config  config)
inlinestatic

Property Documentation

◆ NanMessage

virtual string Ext.Net.RangeValidator.Config.NanMessage
getset

The error message to return when the value is not numeric. Defaults to "Must be numeric".


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