C# Class NSoft.NFramework.Data.NHibernateEx.NHOrder

Inheritance: INHOrder
Show file Open project: debop/NFramework Class Usage Examples

Public Properties

Property Type Description
Empty INHOrder

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NHOrder ( ) : System
NHOrder ( Expression orderExpr ) : System
NHOrder ( Expression orderExpr, bool ascending ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

NHOrder() public method

public NHOrder ( ) : System
return System

NHOrder() public method

public NHOrder ( Expression orderExpr ) : System
orderExpr Expression
return System

NHOrder() public method

public NHOrder ( Expression orderExpr, bool ascending ) : System
orderExpr Expression
ascending bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Empty public static property

public static INHOrder Empty
return INHOrder