Class SortProperties
Inheritance
System.Object
SortProperties
Assembly: DotNetNuke.dll
Syntax
public class SortProperties : object
Properties
|
Improve this Doc
View Source
Ascending
Declaration
public bool Ascending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Column
Declaration
public string Column { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Parse(String)
Declaration
public static SortProperties Parse(string sortExpression)
Parameters
Type |
Name |
Description |
System.String |
sortExpression |
|
Returns
Extension Methods