TableOfContentsPropertiesData Class

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

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

The TableOfContentsPropertiesData type exposes the following members.

Constructors
  NameDescription
Public methodTableOfContentsPropertiesData
Initializes a new instance of the TableOfContentsPropertiesData class.
Top
Properties
  NameDescription
Public propertyDefaultEntryStyle
Gets or sets the default entry style.
Public propertyIndentSize
Gets or sets the indent size in pixels.
Public propertyIsEnabled
Gets or sets a value indicating whether the table of contents is enabled.
Public propertyIsRendered
Gets or sets a value indicating whether the table of contents is rendered in the view.
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 TableOfContentsPropertiesData and TableOfContentsProperties.
Public methodStatic memberToDataContractMappings
The mapping between TableOfContentsProperties and TableOfContentsPropertiesData.
Top
See Also