DefaultOrderings Class

Definition

Static class defining some default placeholders for the ordering attributes.

public ref class DefaultOrderings abstract sealed
public static class DefaultOrderings
type DefaultOrderings = class
Public Class DefaultOrderings
Inheritance
DefaultOrderings

Remarks

Orderable items that do not explicitly indicate they are before Lowest have an implicit constraint that they are after Lowest.

Orderable items that do not explicitly indicate they are after Highest have an implicit constraint that they are before Highest.

Fields

Default
High
Highest
Low
Lowest

Applies to