Click or drag to resize

SortTableCommand Class

Sorts data table based on the values in the given column.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Viewers.NDViewNDCommand
            MediaCy.Viewers.NDSortTableCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class SortTableCommand
	Inherits ViewNDCommand

The SortTableCommand type exposes the following members.

Constructors
  NameDescription
Public methodSortTableCommand
Initializes a new instance of the SortTableCommand class
Public methodSortTableCommand(McCommand)
Initializes a new instance of the SortTableCommand class
Top
Properties
  NameDescription
Public propertyAscending
Sort order, ascending or descending
Public propertyColumnName
Column name with measurement. If the name is empty, the sort is reset.
Top
Fields
  NameDescription
Public fieldDataGrid
Public fieldStatsGrid
Top
Remarks