DataRegionStatisticsRequestData Class

The data contract object for requesting data region statistics through the IDataRetrievalService.RetrieveDataRegionStatisticsAsync method.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDataRegionStatisticsRequestData

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 DataRegionStatisticsRequestData : BaseDataContract

The DataRegionStatisticsRequestData type exposes the following members.

Constructors
  NameDescription
Public methodDataRegionStatisticsRequestData
Initializes a new instance of the DataRegionStatisticsRequestData class.
Public methodDataRegionStatisticsRequestData(String)
Initializes a new instance of the DataRegionStatisticsRequestData class.
Top
Properties
  NameDescription
Public propertyDataRegions
Gets the data regions.
Public propertyRequest
Gets or sets the client request.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also