PsrContainerListFilter Class |
Namespace: PsrApi.Data
public class PsrContainerListFilter : PsrListFilter
The PsrContainerListFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrContainerListFilter | Initializes a new instance of the PsrContainerListFilter class |
| Name | Description | |
|---|---|---|
| ContainerType |
Container type
| |
| DataId |
Filter by ID
(Inherited from PsrListFilter.) | |
| DataStates |
Filter by data states (active, historic, deleted)
(Inherited from PsrListFilter.) | |
| ExcludeDataState |
Filter by not set data states (active, historic, deleted)
(Inherited from PsrListFilter.) | |
| FilterGroups |
Filter groups
(Inherited from PsrListFilter.) | |
| First |
Returns only the first X objects
(Inherited from PsrListFilter.) | |
| OrderFieldAsc |
Ascending order when OrderFieldName is used
| |
| OrderFieldName |
Order by container item name
| |
| OrderFieldType |
Filtering special container item types
| |
| Page |
Page
(Inherited from PsrListFilter.) | |
| PageOrder |
Name of the field that should be sorted by. Necessary when using paging.
(Inherited from PsrListFilter.) | |
| PageOrderAsc |
Order
(Inherited from PsrListFilter.) | |
| PageSize |
Page size
(Inherited from PsrListFilter.) | |
| SaveFilter |
If the filter should be stored for the current session to be reused later
(Inherited from PsrListFilter.) | |
| TimeStampUtcFrom |
Filter by creation timestamp begin
(Inherited from PsrListFilter.) | |
| TimeStampUtcTo |
Filter by creation timestamp end
(Inherited from PsrListFilter.) | |
| ValidTimeStampUtcFrom |
Filter by validity date begin
(Inherited from PsrListFilter.) | |
| ValidTimeStampUtcTo |
Filter by validity date end
(Inherited from PsrListFilter.) |
| 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.) |