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

More...

Inheritance diagram for Ext.Net.AbstractProxy.Builder< TAbstractProxy, TBuilder >:
Ext.Net.BaseItem.Builder< TAbstractProxy, TBuilder >

Public Member Functions

 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...
 
- Public Member Functions inherited from Ext.Net.BaseItem.Builder< TAbstractProxy, TBuilder >
 Builder (TItem item)
 
virtual TItem ToComponent ()
 Get the instance of the underlying StateManagedItem. More...
 
virtual TBuilder CustomConfig (Action< ConfigItemCollection > action)
 Collection of custom js config More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Ext.Net.BaseItem.Builder< TAbstractProxy, TBuilder >
static implicit operator TItem (BaseItem.Builder< TItem, TBuilder > builder)
 Implicit conversion of a TItem object directly into a TComponent. More...
 
- Protected Attributes inherited from Ext.Net.BaseItem.Builder< TAbstractProxy, TBuilder >
TItem item
 

Detailed Description

Type Constraints
TAbstractProxy :AbstractProxy 
TBuilder :Builder 
TBuilder :TAbstractProxy 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.AbstractProxy.Builder< TAbstractProxy, TBuilder >.Builder ( TAbstractProxy  component)
inline

Member Function Documentation

◆ BatchActions()

virtual TBuilder Ext.Net.AbstractProxy.Builder< TAbstractProxy, TBuilder >.BatchActions ( bool  batchActions)
inlinevirtual

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

◆ BatchOrder()

virtual TBuilder Ext.Net.AbstractProxy.Builder< TAbstractProxy, TBuilder >.BatchOrder ( string  batchOrder)
inlinevirtual

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: