C# Class SenseNet.Portal.UI.ContentListViews.SortingInfo

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
SortingInfo ( string sortExpression ) : System.Web.UI.WebControls
SortingInfo ( string fullName, SortDirection direction ) : System.Web.UI.WebControls

Private Methods

Method Description
Initialize ( string sortExpression ) : void

Method Details

SortingInfo() public method

public SortingInfo ( string sortExpression ) : System.Web.UI.WebControls
sortExpression string
return System.Web.UI.WebControls

SortingInfo() public method

public SortingInfo ( string fullName, SortDirection direction ) : System.Web.UI.WebControls
fullName string
direction SortDirection
return System.Web.UI.WebControls