Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

DataSettings<(Of <(<'TModel>)>)> Properties

The DataSettings<(Of <(<'TModel>)>)> type exposes the following members.

Properties


  Name Description
Public property AutoBind (Inherited from DataSettings.)
Public property ForcePost
Always use HTTP Post
(Inherited from DataSettings.)
Public property UseActionParams
RouteParameter JS object will be obtained from JavaScript function and passed in post request to Controller action. DefaultValue function signature: [ActionId]Params()
(Inherited from DataSettings.)
Public property UseCustomErrorHandler
Action-specific JQuery error handler should be invoked in an error. DefaultValue function signature: [ActionId]Error(param, param, param)
(Inherited from DataSettings.)
Public property UseServerFiltering
Widget-controlled filtering on server side. Requires controller action to receive DataSourceRequest
(Inherited from DataSettings.)
Public property Verb (Inherited from DataSettings.)