Click or drag to resize

SortItem Class

EXALOGIC
Určuje spôsob (smer) triedenia údajov. Obsahuje číslo databázového stĺpca, podľa ktorého sa má triediť, ako aj smer triedenia.
Inheritance Hierarchy
SystemObject
  Exa.OBERON.ServicesGen2.Common.BookSettingsSortItem

Namespace: Exa.OBERON.ServicesGen2.Common.BookSettings
Assembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax
public class SortItem

The SortItem type exposes the following members.

Constructors
 NameDescription
Public methodSortItemInitializes a new instance of the SortItem class
Top
Properties
 NameDescription
Public propertyBookColumnIDČíslo (identifikátor) filtra, ktorý spravidla určuje databázový stĺpce (jeho číslo) podľa danej agendy, napr. v evidencii Výdajky to je ReleaseNoteHeaderenm_BookColumns.
Public propertySortingDirectionSpôsob (smer) triedenia (Asc,Desc).
Top
See Also