RepeaterModelData Class

Represents a repeating view for returning a RepeaterModel through the REST API.
Inheritance Hierarchy

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

The RepeaterModelData type exposes the following members.

Constructors
  NameDescription
Public methodRepeaterModelData
Initializes a new instance of the RepeaterModelData class.
Top
Properties
  NameDescription
Public propertyGroups
Gets the collection of groups in the repeater.
Public propertyIsPageFooterHiddenOnFirstPage
Gets or sets a value indicating whether the page footer is hidden on the first page.
Public propertyIsPageHeaderHiddenOnFirstPage
Gets or sets a value indicating whether the page header is hidden on the first page.
Public propertyIsParameterSelectionRequiredBeforeLoad
Gets or sets a value indicating whether parameters must selected before any content is generated.
Public propertyNoDataTemplate
Gets or sets the template shown when this group contains no data.
Public propertyPageFooterTemplate
Gets or sets the template for the page footer displayed at the end of each page.
Public propertyPageHeaderTemplate
Gets or sets the template for the page header displayed at the start of each page.
Public propertyPageReadyActions
Gets the page loaded actions.
Public propertyPaperSettings
Gets or sets the page settings for viewing in paged output mode.
Public propertyTableOfContentsHeaderTemplate
Gets or sets the template for the table of contents header.
Public propertyTableOfContentsProperties
Gets or sets the properties for the table of contents.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyViewFooterTemplates
Gets the collection of templates for the static footer displayed after all repeater groups.
Public propertyViewHeaderTemplates
Gets the collection of templates for the static header displayed before all repeater groups.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between RepeaterModelData and RepeaterModel.
Public methodStatic memberToDataContractMappings
The mapping between RepeaterModel and RepeaterModelData.
Top
See Also