TableOfContentsEntryPropertiesData Class

Represents a template for returning a TableOfContentsEntryProperties through the REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsTableOfContentsEntryPropertiesData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class TableOfContentsEntryPropertiesData : BaseDataContract

The TableOfContentsEntryPropertiesData type exposes the following members.

Constructors
  NameDescription
Public methodTableOfContentsEntryPropertiesData
Initializes a new instance of the TableOfContentsEntryPropertiesData class.
Top
Properties
  NameDescription
Public propertyEntryStyle
Gets or sets the entry style.
Public propertyIsEnabled
Gets or sets a value indicating whether the table of contents entry is enabled or not.
Public propertyText
Gets or sets the text.
Public propertyTextSourceAdapterId
Gets or sets the ID of the adapter that provides data for the text.
Public propertyTextSourceMetricSetBindingId
Gets or sets the ID of the metric set binding that provides data for the text.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between TableOfContentsEntryPropertiesData and TableOfContentsEntryProperties.
Public methodStatic memberToDataContractMappings
The mapping between TableOfContentsEntryProperties and TableOfContentsEntryPropertiesData.
Top
See Also