C# Class jQuery.DataTables.Mvc.SortedColumn

Represents a sorted column from DataTables.
ファイルを表示 Open project: CUAHSI/Azure-Hydroservertools

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SortedColumn() public method

public SortedColumn ( string propertyName, string sortingDirection ) : System.Collections.Generic
propertyName string
sortingDirection string
return System.Collections.Generic