ChangeAnalysisElementVisibilityOptions Class

The DTO class for showing and hiding analysis element's on a data cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsChangeAnalysisElementVisibilityOptions

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 ChangeAnalysisElementVisibilityOptions

The ChangeAnalysisElementVisibilityOptions type exposes the following members.

Constructors
 NameDescription
Public methodChangeAnalysisElementVisibilityOptions Initializes a new instance of the ChangeAnalysisElementVisibilityOptions class.
Top
Properties
 NameDescription
Public propertyAnalysisElementUniqueName Gets or sets the analysis element unique name.
Public propertyConnectorElementId Gets or sets the ID of the connector element.
Public propertyIsHidden Gets or sets a value indicating whether this analysis element is to be hidden.
Top
See Also