GridReadActionData Class

Contains information about paging, sorting, filtering and selection in a grid.

Definition

Namespace: FileHold.Common.Grid
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public class GridReadActionData
Inheritance
Object    GridReadActionData

Constructors

GridReadActionDataInitializes a new instance of the GridReadActionData class

Properties

Filter Filter condition for the query retrieving rows
Selected IDs of selected rows (when integer IDs are used)
SelectedAll If true, all rows except excluded rows are selected
SelectedGuids IDs of selected rows (when Guid IDs are used)
Skip The number of rows to skip
SortDescriptors Sort descriptors for the query
Take The number of rows to return (page size)
Unselected IDs of rows excluded from selection (when integer IDs are used)
UnselectedGuids IDs of rows excluded from selection (when Guid IDs are used)

Methods

GetAll Creates an object which representing retrieving all rows
GetFirst Creates an object which represents retrieving a single row matching the specified condition

Extension Methods

Convert Converts an object to a specified type.
(Defined by ObjectExtension)
ConvertT
(Defined by ObjectExtension)
ConvertT Converts an object to a specified type.
(Defined by ObjectExtension)
ToJson
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert Attempts to convert an object to a specified type.
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT Attempts to convert an object to a specified type.
(Defined by ObjectExtension)

See Also