Korzh.EasyQuery.Services namespace

EqRequestOptions class

Represents different options used in AJAX requests from EasyQuery JS widgets to server-side controller.

EqResultSetError class

Represents the error that occurs during the filling of the result set object.

EqServiceError class

Represents the error that occurs during any operation inside EqServiceProvider or its descendants.

EqServiceProvider class

Class EqServiceProviderDb. Provides basic functionality for building EasyQuery service to process AJAX requests from EasyQuery JavaScript widgets. Can be used to create MVC controller, WebService class or WebAPI controller

ExportOptions class

Represents different options for exporting operations

GdtResultSet class

Represents result set which can be easly convertend into Google's DataTable format

IEqResultSet interface

Properties Methods

IPagedList interface

Implements both IPaging and System.Collections.Generic.IEnumerable interfaces. It's used to return paged list of objects.

IPaging interface

Represents basic pagination parameters

ListItem class

Represents one item in lists returned as result for GetNamedList action

ListItemComparer class

Methods

ListRequestOptions class

Represents different options specified in GetList AJAX request

PagedList class

Default implementation of IPagedList interface Fields Properties Methods

PagingSettings class

Default implementation of IPaging interface

QueryListItem class

Properties

EqModelNotFoundError class

EqServiceProviderDb class

Class EqServiceProviderDb. Provides basic functionality for building EasyQuery service to process AJAX requests from EasyQuery JavaScript widgets. Can be used to create MVC controller, WebService class or WebAPI controller

EqServiceProviderLinq class

Class EqServiceProviderDb. Provides basic functionality for building EasyQuery service to process AJAX requests from EasyQuery JavaScript widgets. Can be used to create MVC controller, WebService class or WebAPI controller

GdtDbResultSet class

Represents result set which can be easly convertend into Google's DataTable format

GdtObjectResultSet class

Represents result set which can be easly convertend into Google's DataTable format

IDbResultSet interface