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

More...

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

Static Public Member Functions

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

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 ()
 
- 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...
 

Detailed Description

Member Function Documentation

◆ operator LengthValidator.Builder()

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


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