Click or drag to resize

RGQueryRGOrderByExpressionTSource, TKey Class

A class to extract a key from an element.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFramework.DataRGQueryRGOrderByExpressionTSource, TKey

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public class RGOrderByExpression<TSource, TKey> : RGQueryIRGOrderByExpression<TSource>
where TSource : class

Type Parameters

TSource
The type of the elements of source.
TKey
The type of the key.

The RGQueryRGOrderByExpressionTSource, TKey type exposes the following members.

Constructors
  NameDescription
Public methodRGQueryRGOrderByExpressionTSource, TKey
Initializes a new instance of the RGQueryRGOrderByExpressionTSource, TKey class.
Top
Properties
  NameDescription
Public propertyDescending
Gets or sets a value indicating whether this RGQueryRGOrderByExpressionTSource, TKey is descending.
Public propertyOrder
A function to extract a key from an element.
Top
Methods
  NameDescription
Public methodSetOrder
Sorts the elements of a sequence according to a key.
Top
See Also