| PsrListFilter Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrListFilter
The PsrListFilter type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrListFilter | 
                Creates a new instance of PsrListFilter | 
 Properties
Properties| 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
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also