PsrListFilter Class |
Namespace: PsrApi.Data
public class PsrListFilter
The PsrListFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrListFilter |
Creates a new instance of PsrListFilter |
| Name | Description | |
|---|---|---|
| DataId |
Filter by ID
| |
| DataStates |
Filter by data states (active, historic, deleted)
| |
| ExcludeDataState |
Filter by not set data states (active, historic, deleted)
| |
| FilterGroups |
Filter groups
| |
| First |
Returns only the first X objects
| |
| Page |
Page
| |
| PageOrder |
Name of the field that should be sorted by. Necessary when using paging.
| |
| PageOrderAsc |
Order
| |
| PageSize |
Page size
| |
| SaveFilter |
If the filter should be stored for the current session to be reused later
| |
| TimeStampUtcFrom |
Filter by creation timestamp begin
| |
| TimeStampUtcTo |
Filter by creation timestamp end
| |
| ValidTimeStampUtcFrom |
Filter by validity date begin
| |
| ValidTimeStampUtcTo |
Filter by validity date end
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |