DataCubeJoinData Class

The DTO class for sending back a DataCubeJoin object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDataCubeJoinData

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

The DataCubeJoinData type exposes the following members.

Constructors
 NameDescription
Public methodDataCubeJoinData Initializes a new instance of the DataCubeJoinData class.
Top
Properties
 NameDescription
Public propertyInputKeys Gets the join input keys.
Public propertyInputNativeStructureRelationships Gets the input native structure relationships.
Public propertyInputStructure Gets the join input source structure.
Public propertyInputTransform Gets the join input transform.
Public propertyJoinTransform Gets the join transform itself.
Public propertyJoinType Gets the join type.
Public propertyReferencedKeys Gets the join referenced keys.
Public propertyReferencedNativeStructureRelationships Gets the referenced native structure relationships.
Public propertyReferencedStructure Gets the join referenced source structure.
Public propertyReferencedTransform Gets the join referenced transform.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping The mapping between DataCubeJoin and DataCubeJoinData.
Top
See Also