C# Класс Net.Http.WebApi.OData.Query.OrderByProperty

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OrderByProperty ( string rawValue ) : System

Initialises a new instance of the OrderByProperty class.

Описание методов

OrderByProperty() публичный Метод

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.
Результат System