Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.StoreRequestParameters Class Reference

More...

Public Member Functions

 StoreRequestParameters ()
 
 StoreRequestParameters (Dictionary< string, object > extraParams)
 
 StoreRequestParameters (string extraParams)
 
 StoreRequestParameters (HttpContext context)
 

Properties

int Page [get]
 
int Start [get]
 
int Limit [get]
 
DataSorter[]? Sort [get]
 
string? SimpleSort [get]
 
SortDirection?? SimpleSortDirection [get]
 
DataFilter[] Filter [get]
 
FilterConditions GridFilters [get]
 
DataSorter[]? Group [get]
 
string? SimpleGroup [get]
 
SortDirection?? SimpleGroupDirection [get]
 
string Query [get]
 The query parameter which might be sent if a Store is associated with a ComboBox More...
 

Detailed Description

Constructor & Destructor Documentation

◆ StoreRequestParameters() [1/4]

Ext.Net.StoreRequestParameters.StoreRequestParameters ( )
inline

◆ StoreRequestParameters() [2/4]

Ext.Net.StoreRequestParameters.StoreRequestParameters ( Dictionary< string, object >  extraParams)
inline

◆ StoreRequestParameters() [3/4]

Ext.Net.StoreRequestParameters.StoreRequestParameters ( string  extraParams)
inline

◆ StoreRequestParameters() [4/4]

Ext.Net.StoreRequestParameters.StoreRequestParameters ( HttpContext  context)
inline

Property Documentation

◆ Filter

DataFilter [] Ext.Net.StoreRequestParameters.Filter
get

◆ GridFilters

FilterConditions Ext.Net.StoreRequestParameters.GridFilters
get

◆ Group

DataSorter []? Ext.Net.StoreRequestParameters.Group
get

◆ Limit

int Ext.Net.StoreRequestParameters.Limit
get

◆ Page

int Ext.Net.StoreRequestParameters.Page
get

◆ Query

string Ext.Net.StoreRequestParameters.Query
get

The query parameter which might be sent if a Store is associated with a ComboBox

◆ SimpleGroup

string? Ext.Net.StoreRequestParameters.SimpleGroup
get

◆ SimpleGroupDirection

SortDirection?? Ext.Net.StoreRequestParameters.SimpleGroupDirection
get

◆ SimpleSort

string? Ext.Net.StoreRequestParameters.SimpleSort
get

◆ SimpleSortDirection

SortDirection?? Ext.Net.StoreRequestParameters.SimpleSortDirection
get

◆ Sort

DataSorter []? Ext.Net.StoreRequestParameters.Sort
get

◆ Start

int Ext.Net.StoreRequestParameters.Start
get


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