ElementContainerData Class

The DTO class for IElementContainer.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsUniqueNameData
      Dundas.BI.WebApi.ModelsElementContainerData

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 ElementContainerData : UniqueNameData

The ElementContainerData type exposes the following members.

Constructors
 NameDescription
Public methodElementContainerData Initializes a new instance of the ElementContainerData class.
Top
Properties
 NameDescription
Public propertyAncestryUniqueName Gets the unique name of the container by prefixing it with unique names of all the ancestors.
Public propertyCaption Gets or sets the caption.
Public propertyCategory Gets the container category.
Public propertyDescription Gets or sets the description.
Public propertyParentContainer Gets the parent containers, if the current instance is a child.
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 ElementContainerData and IElementContainer.
Public methodStatic memberToDataContractMappings The mapping between IElementContainer and ElementContainerData.
Top
See Also