C# Class Net.Http.WebApi.OData.Query.OrderByProperty

Afficher le fichier Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Méthodes publiques

Méthode Description
OrderByProperty ( string rawValue ) : System

Initialises a new instance of the OrderByProperty class.

Method Details

OrderByProperty() public méthode

Initialises a new instance of the OrderByProperty class.
If supplied, the direction should be either 'asc' or 'desc'.
public OrderByProperty ( string rawValue ) : System
rawValue string The raw value.
Résultat System