SortOptions
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class SortOptions
Properties
SortPattern
View Source
Declaration
public string SortPattern { get; set; }
Skip
View Source
Declaration
public int? Skip { get; set; }
Take
View Source
Declaration
public int? Take { get; set; }
GetPattern
View Source
Declaration
public string GetPattern { get; set; }
SortAlpha
View Source
Declaration
public bool SortAlpha { get; set; }
SortDesc
View Source
Declaration
public bool SortDesc { get; set; }
StoreAtKey
View Source
Declaration
public string StoreAtKey { get; set; }