A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class SortingElementType

Specifies sorting element type.

Inheritance
System.Object
SortingElementType
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class SortingElementType : Enum

Fields

Asc

A sort is ascending.

Declaration
public const SortingElementType Asc
Field Value
Type Description
SortingElementType

Desc

A sort is descending.

Declaration
public const SortingElementType Desc
Field Value
Type Description
SortingElementType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32