TestimoX

API Reference

Enum

ServiceListQuerySort

Namespace ComputerX.Services
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Sort order for service list query results.

Inheritance

  • Enum
  • ServiceListQuerySort

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ServiceListQuerySort ServiceNameAsc #

Sort by service name ascending (case-insensitive).

Value: 0
public const ServiceListQuerySort DisplayNameAsc #

Sort by display name ascending (case-insensitive), then service name ascending.

Value: 1