ListingOrder Class

Sorting element.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class ListingOrder : BindableCore
Inheritance
Object    BindableCore    ListingOrder

Constructors

ListingOrderInitializes a new instance of the ListingOrder class

Properties

Field Field Name.
IndexExpression Index of the expression in the expression list.
OrderType Order type [Orden].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also