QueryAccountsOptions Class

The options class used for querying accounts.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryAccountsOptions

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

The QueryAccountsOptions type exposes the following members.

Constructors
 NameDescription
Public methodQueryAccountsOptionsInitializes a new instance of the QueryAccountsOptions class
Top
Properties
 NameDescription
Public propertyFilterGets or sets the filter rules.
Public propertyOrderByGets or sets the order by elements.
Public propertyPageNumber Gets or sets the page number.
Public propertyPageSize Gets or sets the size of the page.
Top
See Also