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

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

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

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Static member With

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.)