Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.WebStorageProxy.Builder< TWebStorageProxy, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.WebStorageProxy.Builder< TWebStorageProxy, TBuilder >:
Ext.Net.AbstractProxy.Builder< TWebStorageProxy, TBuilder >

Public Member Functions

 Builder (TWebStorageProxy component)
 
virtual TBuilder StorageID (string storageID)
 The unique ID used as the key in which all record data are stored in the local storage object More...
 
- Public Member Functions inherited from Ext.Net.AbstractProxy.Builder< TWebStorageProxy, TBuilder >
 Builder (TAbstractProxy component)
 
virtual TBuilder BatchActions (bool batchActions)
 True to batch actions of a particular type when synchronizing the store. Defaults to true. More...
 
virtual TBuilder BatchOrder (string batchOrder)
 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

Type Constraints
TWebStorageProxy :WebStorageProxy 
TBuilder :Builder 
TBuilder :TWebStorageProxy 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.WebStorageProxy.Builder< TWebStorageProxy, TBuilder >.Builder ( TWebStorageProxy  component)
inline

Member Function Documentation

◆ StorageID()

virtual TBuilder Ext.Net.WebStorageProxy.Builder< TWebStorageProxy, TBuilder >.StorageID ( string  storageID)
inlinevirtual

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: