11 lines
225 B
C#
11 lines
225 B
C#
namespace Umbraco.Web.Editors
|
|
{
|
|
using Umbraco.Web.Editors.TemplateQuery;
|
|
|
|
public class SortExpression
|
|
{
|
|
public PropertyModel Property { get; set; }
|
|
|
|
public string Direction { get; set; }
|
|
}
|
|
} |