AlignedAxis Class

Represents an alignment between two data alignable items within adapters.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsAlignedAxis

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class AlignedAxis

The AlignedAxis type exposes the following members.

Constructors
  NameDescription
Public methodAlignedAxis
Initializes a new instance of the AlignedAxis class.
Top
Properties
  NameDescription
Public propertyAdapterId
Gets or sets the ID of the adapter.
Public propertyAlignmentData
Gets or sets the data for the alignment item (JSON serialized object).
Public propertyOtherAdapterId
Gets or sets the ID of the other adapter.
Public propertyOtherAlignmentData
Gets or sets the data for the other alignment item (JSON serialized object).
Top
See Also