DrillDownSetData Class

The DTO for DrillDownSet.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDrillDownSetData

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

The DrillDownSetData type exposes the following members.

Constructors
 NameDescription
Public methodDrillDownSetData Initializes a new instance of the DrillDownSetData class.
Top
Properties
 NameDescription
Public propertyMembers Gets the members in the drill down set.
Public propertyPlacement Gets the value indicating whether drill down is used on columns or rows.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between AccountData and DrillDownSet.
Public methodStatic memberToDataContractMappings The mapping between DrillDownSet and DrillDownSetData.
Top
See Also