C# Class Candor.SortOption

Afficher le fichier Open project: michael-lang/candor-common

Méthodes publiques

Méthode Description
SortOption ( string propertyName, short direction ) : System

Creates a new instance of a SortOption.

Method Details

SortOption() public méthode

Creates a new instance of a SortOption.
public SortOption ( string propertyName, short direction ) : System
propertyName string The name of the property to sort by.
direction short The direction of the sort.
Résultat System