C# Class TouchRemote.Core.Filter.SortExpression

Exibir arquivo Open project: pieceofsummer/TouchRemote Class Usage Examples

Public Methods

Method Description
Sort ( IEnumerable source ) : IEnumerable
SortExpression ( string sort ) : System

Private Methods

Method Description
SortByAlbum ( IEnumerable source ) : IEnumerable
SortByArtist ( IEnumerable source ) : IEnumerable
SortByName ( IEnumerable source ) : IEnumerable
SortByTitle ( IEnumerable source ) : IEnumerable

Method Details

Sort() public method

public Sort ( IEnumerable source ) : IEnumerable
source IEnumerable
return IEnumerable

SortExpression() public method

public SortExpression ( string sort ) : System
sort string
return System