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

Mostrar archivo Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Public Methods

Method Description
OrderByProperty ( string rawValue ) : System

Initialises a new instance of the OrderByProperty class.

Method Details

OrderByProperty() public method

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.
return System