C# Class Hypermedia.WebApi.MemberSortPath

Exibir arquivo Open project: cosullivan/Hypermedia

Public Methods

Method Description
MemberSortPath ( IEnumerable path, SortDirection direction ) : System.Collections.Generic

Constructor.

Method Details

MemberSortPath() public method

Constructor.
public MemberSortPath ( IEnumerable path, SortDirection direction ) : System.Collections.Generic
path IEnumerable The path to the resulting member to sort by.
direction SortDirection The direction of the sort.
return System.Collections.Generic