IListOptions<T> interface
List options.
public interface IListOptions<T> : IExpandOptions<T>
parameter | description |
---|---|
T | target type |
Members
name | description |
---|---|
FilterBy { get; } | |
OrderBy { get; } | |
Skip { get; set; } | |
SkipTotalCount { get; set; } | |
Take { get; set; } | |
AddFilter(…) | (2 methods) |
AddFilter<TProperty>(…) | |
AddSort(…) | (2 methods) |
AddSort<TProperty>(…) |
See Also
- interface IExpandOptions<T>
- namespace Amica