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

More...

Inheritance diagram for Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >:
Ext.Net.ServerProxy.Builder< TJsonPProxy, TBuilder >

Public Member Functions

 Builder (TJsonPProxy component)
 
virtual TBuilder AutoAppendParams (bool autoAppendParams)
 True to automatically append the request's params to the generated url. Defaults to true More...
 
virtual TBuilder CallbackKey (string callbackKey)
 Specifies the GET parameter that will be sent to the server containing the function name to be executed when the request completes. Defaults to callback. Thus, a common request will be in the form of url?callback=Ext.data.JsonP.callback1 More...
 
virtual TBuilder RecordParam (string recordParam)
 The param name to use when passing records to the server (e.g. 'records=someEncodedRecordString'). Defaults to 'records' More...
 
 Builder ()
 
 Builder (JsonPProxy component)
 
 Builder (JsonPProxy.Config config)
 

Static Public Member Functions

static implicit operator Builder (JsonPProxy component)
 

Detailed Description

Type Constraints
TJsonPProxy :JsonPProxy 
TBuilder :Builder 
TBuilder :TJsonPProxy 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.Builder ( TJsonPProxy  component)
inline

◆ Builder() [2/4]

Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.Builder ( JsonPProxy  component)
inline

◆ Builder() [4/4]

Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.Builder ( JsonPProxy.Config  config)
inline

Member Function Documentation

◆ AutoAppendParams()

virtual TBuilder Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.AutoAppendParams ( bool  autoAppendParams)
inlinevirtual

True to automatically append the request's params to the generated url. Defaults to true

◆ CallbackKey()

virtual TBuilder Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.CallbackKey ( string  callbackKey)
inlinevirtual

Specifies the GET parameter that will be sent to the server containing the function name to be executed when the request completes. Defaults to callback. Thus, a common request will be in the form of url?callback=Ext.data.JsonP.callback1

◆ operator Builder()

static implicit Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.operator Builder ( JsonPProxy  component)
inlinestatic

◆ RecordParam()

virtual TBuilder Ext.Net.JsonPProxy.Builder< TJsonPProxy, TBuilder >.RecordParam ( string  recordParam)
inlinevirtual

The param name to use when passing records to the server (e.g. 'records=someEncodedRecordString'). Defaults to 'records'


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