NotificationOrderByData Class

The data contract class for a order by entry for QueryNotificationOptions.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsNotificationOrderByData

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

The NotificationOrderByData type exposes the following members.

Constructors
  NameDescription
Public methodNotificationOrderByData
Initializes a new instance of the NotificationOrderByData class
Top
Properties
  NameDescription
Public propertyNotificationQueryField
Gets or sets the notification query field.
Public propertySortDirection
Gets or sets the sort direction.
Top
See Also