QueryGroupInfosOptions Class

The options class used for querying for limited group information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryGroupInfosOptions

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

The QueryGroupInfosOptions type exposes the following members.

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