RelationalStructureData Class

The class for providing information for a derived relational structure data. This is basically a DTO for RelationalStructure class, although we don't ship this out when they get the native structure; only when they specifically ask for it.
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 RelationalStructureData : DataElementStructureData

The RelationalStructureData type exposes the following members.

Constructors
  NameDescription
Public methodRelationalStructureData
Initializes a new instance of the RelationalStructureData class.
Top
Properties
  NameDescription
Public propertyColumns
Gets list of relational columns.
Public propertyDataElements
Gets the data elements.
(Inherited from DataElementStructureData.)
Public propertyDescription
Gets the description of the structure.
(Inherited from StructureData.)
Public propertyId
Gets the parent entity ID.
(Inherited from StructureData.)
Public propertyName
Gets the name of the structure.
(Inherited from StructureData.)
Public propertyTableSettings
Gets the provider-specific settings.
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 the DTO and the business object.
Public methodStatic memberToDataContractMappings
The mapping between the business object and the DTO.
Top
See Also