ContentElementData Class

Base data contract object for returning an ContentElement through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsContentElementData

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 ContentElementData : BaseDataContract

The ContentElementData type exposes the following members.

Constructors
 NameDescription
Public methodContentElementData Initializes a new instance of the ContentElementData class.
Top
Properties
 NameDescription
Public propertyAdapterRequests Gets the list of requests generated by the adapters.
Public propertyLongLink Gets or sets the view long link which contains any over-rides or non-default view parameters.
Public propertyName Gets or sets the name of the current instance.
Public propertyRequests Gets the view requests.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyViewId Gets the view identifier.
Public propertyViewParameters Gets the list of view parameters.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between ContentElementData and ContentElement.
Public methodStatic memberToDataContractMappings The mapping between ContentElement and ContentElementData.
Top
See Also