DataElementData Class

The DTO class for IDataElement.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[DataContractAttribute]
public class DataElementData : ElementData

The DataElementData type exposes the following members.

Constructors
  NameDescription
Public methodDataElementData
Initializes a new instance of the DataElementData class.
Top
Properties
  NameDescription
Public propertyCategory
Gets the potential analysis category for the current instance.
(Inherited from ElementData.)
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from ElementData.)
Public propertyDataElementStructureId
Gets or sets the ID of the data element structure.
Public propertyDataFormat
Gets or sets the format which is used to define conversion rule, such as how to convert from string to date.
Public propertyDataType
Gets the element data type.
Public propertyDescription
Gets or sets the description.
(Inherited from ElementData.)
Public propertyEntityId
Gets the parent entity ID.
(Inherited from ElementData.)
Public propertyProperties
Gets the various uncategorized properties.
(Inherited from ElementData.)
Public propertySourceFormat
Gets the source numeric format.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUniqueName
Gets the object unique name.
(Inherited from UniqueNameData.)
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between the DTO to the business object.
Public methodStatic memberToDataContractMappings
The mapping between the business object and the DTO.
Top
See Also