A sort rule describes the property to sort by, and whether the sort order should be Ascending or Descending.
A list of sort rules is used by the PivotTransformation to rearrange the order of columns.
A list of sort rules is used by the PivotTransformation to rearrange the order of columns.
Inheritance Hierarchy
Spotfire.Dxp.Data.TransformationsSortRule
Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class SortRule : ISerializable
The SortRule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SortRule |
A sort rule is the name of the property, together with the SortOrder to use.
|
Properties
| Name | Description | |
|---|---|---|
| Order | SortOrder to use.
| |
| Property |
Name of property to base sorting on.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
ISerializable implementation.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also