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

More...

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

Static Public Member Functions

static implicit operator SessionStorageProxy.Builder (SessionStorageProxy.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.WebStorageProxy.Config
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...
 

Detailed Description

Member Function Documentation

◆ operator SessionStorageProxy.Builder()

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


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