Click or drag to resize

PsrListFilter Class

Filter
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrListFilter
    PsrApi.DataPsrContainerListFilter

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class PsrListFilter

The PsrListFilter type exposes the following members.

Constructors
  NameDescription
Public methodPsrListFilter
Creates a new instance of PsrListFilter
Top
Properties
  NameDescription
Public propertyDataId
Filter by ID
Public propertyDataStates
Filter by data states (active, historic, deleted)
Public propertyExcludeDataState
Filter by not set data states (active, historic, deleted)
Public propertyFilterGroups
Filter groups
Public propertyFirst
Returns only the first X objects
Public propertyPage
Page
Public propertyPageOrder
Name of the field that should be sorted by. Necessary when using paging.
Public propertyPageOrderAsc
Order
Public propertyPageSize
Page size
Public propertySaveFilter
If the filter should be stored for the current session to be reused later
Public propertyTimeStampUtcFrom
Filter by creation timestamp begin
Public propertyTimeStampUtcTo
Filter by creation timestamp end
Public propertyValidTimeStampUtcFrom
Filter by validity date begin
Public propertyValidTimeStampUtcTo
Filter by validity date end
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also