AlignedAxisData Class

Represents an alignment between two data alignable items within adapters.
Inheritance Hierarchy

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

The AlignedAxisData type exposes the following members.

Constructors
  NameDescription
Public methodAlignedAxisData
Initializes a new instance of the AlignedAxisData 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).
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 AlignedAxisData and AlignedAxis.
Public methodStatic memberToDataContractMappings
The mapping between AlignedAxis and AlignedAxisData.
Top
See Also