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

More...

Inheritance diagram for Ext.Net.BooleanFilter.Config:
Ext.Net.GridFilter.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator BooleanFilter.Builder (BooleanFilter.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 YesText [get, set]
 
virtual string NoText [get, set]
 
virtual ? bool DefaultValue [get, set]
 
virtual ? bool Value [get, set]
 Predefined filter value More...
 
- Properties inherited from Ext.Net.GridFilter.Config
virtual bool Active [get, set]
 Indicates the initial status of the filter (defaults to false). More...
 
virtual string DataIndex [get, set]
 The Store data index of the field this filter represents. The dataIndex does not actually have to exist in the store. More...
 
virtual Menu MenuDefaults [get, set]
 
ParameterCollection ItemDefaults [get]
 
virtual JFunction Serializer [get, set]
 A function to post-process any serialization. Accepts a filter state object containing 'property', 'value' and 'operator' properties, and may either mutate it, or return a completely new representation. More...
 
virtual int UpdateBuffer [get, set]
 

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

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

Property Documentation

◆ DefaultValue

virtual ? bool Ext.Net.BooleanFilter.Config.DefaultValue
getset

◆ NoText

virtual string Ext.Net.BooleanFilter.Config.NoText
getset

◆ Value

virtual ? bool Ext.Net.BooleanFilter.Config.Value
getset

Predefined filter value

◆ YesText

virtual string Ext.Net.BooleanFilter.Config.YesText
getset


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