Class SortTuple
Represents a sort tuple.
Inheritance
SortTuple
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public class SortTuple : ISortTuple
Constructors
SortTuple(ISortTuple)
Copy constructor.
Declaration
public SortTuple(ISortTuple sortTuple)
Parameters
Type | Name | Description |
---|---|---|
ISortTuple | sortTuple | The sort tuple. |
Properties
Chavl
Gets the chavl.
Declaration
public string Chavl { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Iobjnm
Gets the iobjnm.
Declaration
public string Iobjnm { get; protected set; }
Property Value
Type | Description |
---|---|
string |