Open this page in the API Guide

QueryNotificationOptions Class

The options class used for querying notifications.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.QueryNotificationOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataContractAttribute]
public class QueryNotificationOptions

The QueryNotificationOptions type exposes the following members.

Constructors
  NameDescription
Public methodQueryNotificationOptions
Initializes a new instance of the QueryNotificationOptions class
Top
Properties
  NameDescription
Public propertyFilter
Gets or sets the filter rules.
Public propertyOrderBy
Gets or sets the order by elements.
Public propertyPageNumber
Gets or sets the page number.
Public propertyPageSize
Gets or sets the page size.
Top
See Also