Click or drag to resize

PsrContainerListFilter Class

Filter for containers
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 PsrContainerListFilter : PsrListFilter

The PsrContainerListFilter type exposes the following members.

Constructors
  NameDescription
Public methodPsrContainerListFilter
Initializes a new instance of the PsrContainerListFilter class
Top
Properties
  NameDescription
Public propertyContainerType
Container type
Public propertyDataId
Filter by ID
(Inherited from PsrListFilter.)
Public propertyDataStates
Filter by data states (active, historic, deleted)
(Inherited from PsrListFilter.)
Public propertyExcludeDataState
Filter by not set data states (active, historic, deleted)
(Inherited from PsrListFilter.)
Public propertyFilterGroups
Filter groups
(Inherited from PsrListFilter.)
Public propertyFirst
Returns only the first X objects
(Inherited from PsrListFilter.)
Public propertyOrderFieldAsc
Ascending order when OrderFieldName is used
Public propertyOrderFieldName
Order by container item name
Public propertyOrderFieldType
Filtering special container item types
Public propertyPage
Page
(Inherited from PsrListFilter.)
Public propertyPageOrder
Name of the field that should be sorted by. Necessary when using paging.
(Inherited from PsrListFilter.)
Public propertyPageOrderAsc
Order
(Inherited from PsrListFilter.)
Public propertyPageSize
Page size
(Inherited from PsrListFilter.)
Public propertySaveFilter
If the filter should be stored for the current session to be reused later
(Inherited from PsrListFilter.)
Public propertyTimeStampUtcFrom
Filter by creation timestamp begin
(Inherited from PsrListFilter.)
Public propertyTimeStampUtcTo
Filter by creation timestamp end
(Inherited from PsrListFilter.)
Public propertyValidTimeStampUtcFrom
Filter by validity date begin
(Inherited from PsrListFilter.)
Public propertyValidTimeStampUtcTo
Filter by validity date end
(Inherited from PsrListFilter.)
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
Fields
  NameDescription
Public field__type
Internally used, never change this value.
Top
See Also