ResultShapingData Class

The data contract object for ResultShaping class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsResultShapingData

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

The ResultShapingData type exposes the following members.

Constructors
 NameDescription
Public methodResultShapingData Initializes a new instance of the ResultShapingData class.
Top
Properties
 NameDescription
Public propertyShape Gets or sets a value indicating the result shape. The result could consist of all data records or the simplified data records.
Public propertySimplificationData Gets or sets additional data to pass to the chosen simplification algorithm.
Public propertySimplificationRuleId Gets or sets the simplification ID, when simplification rules are to be applied to the result.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also