Class SortingElementType
Specifies sorting element type.
Inheritance
System.Object
    SortingElementType
  Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public sealed class SortingElementType : EnumFields
Asc
A sort is ascending.
Declaration
public const SortingElementType AscField Value
| Type | Description | 
|---|---|
| SortingElementType | 
Desc
A sort is descending.
Declaration
public const SortingElementType DescField Value
| Type | Description | 
|---|---|
| SortingElementType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
