ServiceSelectionSortMode Enumeration | |
ServiceSelectionSortMode
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public enum ServiceSelectionSortMode
public enum class ServiceSelectionSortMode
PSI.Sox.ServiceSelectionSortMode = function();
PSI.Sox.ServiceSelectionSortMode.createEnum('PSI.Sox.ServiceSelectionSortMode', false);
Members
| Member name | Value | Description |
---|
| HighestToLowestRankedService | 0 |
HigestToLowerRankedService
|
| LowestToHighestRankedService | 1 |
LowestToHigestRankedService
|
| LeastToMostExpensive | 2 |
LeastToMostExpensive
|
| MostToLeastExpensive | 3 |
MostToLeastExpensive
|
| SoonestToLatest | 4 |
SoonestToLatest
|
| LatestToSoonest | 5 |
LatestToSoonest
|
See Also