ColumnSorting Class (.NET)

From RemObjects Wiki
Jump to: navigation, search

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update

NamespacesInterfacesClassesEnumsImplements

Contents

Overview

The ColumnSorting class represents information about sorting data in the result data set.


Location


Properties

FieldName

Name of the field for sorting.



Prism:   property FieldName: String read write
C#:   String FieldName { get; set; }
VB:   Property FieldName As String


SortDirection

Sort direction. Can be Ascending or Descending.



Prism:   property SortDirection: ColumnSortDirection read write
C#:   ColumnSortDirection SortDirection { get; set; }
VB:   Property SortDirection As ColumnSortDirection


TypeName     (declared in ComplexType)



Prism:   property TypeName: String read
C#:   String TypeName { get; }
VB:   Property ReadOnly TypeName As String


Instance Methods

constructor



Oxygene:   constructor
C#:   constructor()
VB:   Sub New


GetAttributeCount     (declared in ComplexType)



Oxygene:   method GetAttributeCount: Int32
C#:   Int32 GetAttributeCount()
VB:   Function GetAttributeCount As Int32


GetAttributeName     (declared in ComplexType)



Oxygene:   method GetAttributeName(index: Int32): String
C#:   String GetAttributeName(Int32 index)
VB:   Function GetAttributeName(index As Int32) As String


Parameters:

  • index:


GetAttributeValue     (declared in ComplexType)



Oxygene:   method GetAttributeValue(aIndex: Int32): String
C#:   String GetAttributeValue(Int32 aIndex)
VB:   Function GetAttributeValue(aIndex As Int32) As String


Parameters:

  • aIndex:


ReadComplex



Oxygene:   method ReadComplex(aSerializer: Serializer)
C#:   void ReadComplex(Serializer aSerializer)
VB:   Sub ReadComplex(aSerializer As Serializer)


Parameters:

  • aSerializer:


TriggerPropertyChanged   protected     (declared in ComplexType)



Oxygene:   method TriggerPropertyChanged(propertyName: String)
C#:   void TriggerPropertyChanged(String propertyName)
VB:   Sub TriggerPropertyChanged(propertyName As String)


Parameters:

  • propertyName:


WriteComplex



Oxygene:   method WriteComplex(aSerializer: Serializer)
C#:   void WriteComplex(Serializer aSerializer)
VB:   Sub WriteComplex(aSerializer As Serializer)


Parameters:

  • aSerializer:


Events

PropertyChanged     (declared in ComplexType)



Oxygene:   event PropertyChanged: PropertyChangedEventHandler
C#:   event PropertyChangedEventHandler PropertyChanged
VB:   Event PropertyChanged As PropertyChangedEventHandler


See Also


Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode

GlossaryArticlesFeaturesLibrarySamples

Personal tools
Namespaces

Variants
Actions
Navigation
products
platforms
special
Toolbox