Interface IWacFilter
Namespace: WaCore.Crud.Contracts.Dtos
Assembly: WaCore.Crud.Contracts.dll
Syntax
public interface IWacFilter
Properties
| Improve this Doc View SourceLimit
Declaration
int ? Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Offset
Declaration
int Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SortBy
Declaration
string SortBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |