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

More...

Inheritance diagram for Ext.Net.AbstractProxy.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.ServerProxy.Config Ext.Net.WebStorageProxy.Config Ext.Net.AjaxProxy.Config Ext.Net.DirectProxy.Config Ext.Net.JsonPProxy.Config Ext.Net.PageProxy.Config Ext.Net.LocalStorageProxy.Config Ext.Net.SessionStorageProxy.Config Ext.Net.ODataProxy.Config Ext.Net.RestProxy.Config

Properties

virtual bool BatchActions [get, set]
 True to batch actions of a particular type when synchronizing the store. Defaults to true. More...
 
virtual string BatchOrder [get, set]
 Comma-separated ordering 'create', 'update' and 'destroy' actions when batching. Override this to set a different order for the batched CRUD actions to be executed in. Defaults to 'create,update,destroy' 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

◆ BatchActions

virtual bool Ext.Net.AbstractProxy.Config.BatchActions
getset

True to batch actions of a particular type when synchronizing the store. Defaults to true.

◆ BatchOrder

virtual string Ext.Net.AbstractProxy.Config.BatchOrder
getset

Comma-separated ordering 'create', 'update' and 'destroy' actions when batching. Override this to set a different order for the batched CRUD actions to be executed in. Defaults to 'create,update,destroy'


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