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

DataSettings Members

The DataSettings 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
Public property ForcePost
Always use HTTP Post
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()
Public property UseCustomErrorHandler
Action-specific JQuery error handler should be invoked in an error. DefaultValue function signature: [ActionId]Error(param, param, param)
Public property UseServerFiltering
Widget-controlled filtering on server side. Requires controller action to receive DataSourceRequest
Public property Verb