C# Class Sage.SData.Client.Framework.SDataUri.PropertySort

Order By details
Mostrar archivo Open project: Saleslogix/SDataCSharpClientLib

Public Methods

Method Description
PropertySort ( string property, bool descending ) : System

Initialises a new instance of the PropertySort class.

Method Details

PropertySort() public method

Initialises a new instance of the PropertySort class.
public PropertySort ( string property, bool descending ) : System
property string The name of the property.
descending bool The direction.
return System