ElementData Class

The DTO for IElement.
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 ElementData : UniqueNameData

The ElementData type exposes the following members.

Constructors
 NameDescription
Public methodElementData Initializes a new instance of the ElementData class.
Top
Properties
 NameDescription
Public propertyCategory Gets the potential analysis category for the current instance.
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDescription Gets or sets the description.
Public propertyEntityId Gets the parent entity ID.
Public propertyProperties Gets the various uncategorized properties.
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 memberFromElementDataContractMappings The mapping between ElementData and IElement.
Public methodStatic memberToElementDataContractMappings The mapping between IElement and ElementData.
Top
See Also