DataElementStructureData Class

The DTO class for IDataElementStructure.
Inheritance Hierarchy

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 DataElementStructureData : StructureData

The DataElementStructureData type exposes the following members.

Constructors
 NameDescription
Public methodDataElementStructureData Initializes a new instance of the DataElementStructureData class.
Top
Properties
 NameDescription
Public propertyDataElements Gets the data elements.
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 propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberFromDataElementContractMappings The mapping between the business object and the DTO.
Public methodStatic memberToDataElementContractMappings The mapping between the business object and the DTO.
Top
See Also