C# Class jQuery.DataTables.Mvc.SortedColumn

Represents a sorted column from DataTables.
Afficher le fichier Open project: CUAHSI/Azure-Hydroservertools

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SortedColumn ( string propertyName, string sortingDirection ) : System.Collections.Generic

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SortedColumn() public méthode

public SortedColumn ( string propertyName, string sortingDirection ) : System.Collections.Generic
propertyName string
sortingDirection string
Résultat System.Collections.Generic