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 : 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 |