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

More...

Inheritance diagram for Ext.Net.WebStorageProxy.Config:
Ext.Net.AbstractProxy.Config Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.LocalStorageProxy.Config Ext.Net.SessionStorageProxy.Config

Properties

virtual string StorageID [get, set]
 The unique ID used as the key in which all record data are stored in the local storage object More...
 
- Properties inherited from Ext.Net.AbstractProxy.Config
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

◆ StorageID

virtual string Ext.Net.WebStorageProxy.Config.StorageID
getset

The unique ID used as the key in which all record data are stored in the local storage object


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