QueryDataCubeInfosOptions Class

The DTO class for querying data cube infos.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryDataCubeInfosOptions

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

The QueryDataCubeInfosOptions type exposes the following members.

Constructors
  NameDescription
Public methodQueryDataCubeInfosOptions
Initializes a new instance of the QueryDataCubeInfosOptions class
Top
Properties
  NameDescription
Public propertyProjectId
Gets or sets the project identifier.
Public propertyTenantId
Gets or sets the tenant identifier.
Top
See Also