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

More...

Inheritance diagram for Ext.Net.PresenceValidator.Config:
Ext.Net.Validator.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator PresenceValidator.Builder (PresenceValidator.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 bool AllowEmpty [get, set]
 True to allow '' as a valid value. Defaults to false. 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 PresenceValidator.Builder()

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

Property Documentation

◆ AllowEmpty

virtual bool Ext.Net.PresenceValidator.Config.AllowEmpty
getset

True to allow '' as a valid value. Defaults to false.


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