RepeaterGroupData Class

Represents a repeater group for returning a RepeaterGroup through the REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsRepeaterGroupData

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

The RepeaterGroupData type exposes the following members.

Constructors
 NameDescription
Public methodRepeaterGroupData Initializes a new instance of the RepeaterGroupData class.
Top
Properties
 NameDescription
Public propertyBodyBackgroundPalette Gets the collection of brushes to apply in sequence as the background for each item.
Public propertyBodyBackgroundPaletteType Gets or sets the method used to apply the body background palette.
Public propertyBodyTemplates Gets the collection of templates used to display each item from this group.
Public propertyBottomLeftCornerTemplates Gets the collection of templates for content shown in the bottom-left corner.
Public propertyBottomRightCornerTemplates Gets the collection of templates for content shown in the bottom-right corner.
Public propertyColumnFooterTemplates Gets the collection of templates for content shown after each column of group items.
Public propertyColumnGroupingAdapterIds Gets a collection of IDs of the adapters contained within this group to be repeated for each column grouping.
Public propertyColumnHeaderTemplates Gets the collection of templates for content shown before each column of group items.
Public propertyColumnSeparatorLines Gets the collection of separator lines to draw between columns.
Public propertyFriendlyName Gets or sets the friendly name for this group which is the name shown to the end user.
Public propertyGroupingElements Gets the collection of grouping elements that define how items are created.
Public propertyGroups Gets the collection of child groups.
Public propertyId Gets or sets the unique identifier of the group.
Public propertyIsCollapsedOnColumns Gets or sets a value indicating whether this group's columns are not initially shown.
Public propertyIsCollapsedOnRows Gets or sets a value indicating whether this group's rows are not initially shown.
Public propertyIsColumnHeaderShownOnNewPages Gets or sets a value indicating whether the group's column headers are shown again when the group's content continues on a new page.
Public propertyIsGroupShownOnOnePage Gets or sets a value indicating whether the group is shown entirely within the same page, starting on a new page if necessary. This setting has no effect if the group is larger than one page.
Public propertyIsHidden Gets or sets a value indicating whether the group is hidden.
Public propertyIsPageBreakBetweenItems Gets or sets a value indicating whether each row of items is shown on its own page.
Public propertyMetricSetBinding Gets or sets the metric set binding that provides data to generate group items.
Public propertyName Gets or sets the name for this group to be used in script.
Public propertyNoDataTemplate Gets or sets the template shown when this group contains no data.
Public propertyRowFooterTemplates Gets the collection of templates for content shown after each row of group items.
Public propertyRowHeaderTemplates Gets the collection of templates for content shown before each row of group items.
Public propertyRowSeparatorLines Gets the collection of separator lines to draw between rows.
Public propertyTopLeftCornerTemplates Gets the collection of templates for content shown in the top-left corner.
Public propertyTopRightCornerTemplates Gets the collection of templates for content shown in the top-right corner.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyWrappingLimit Gets or sets the number of times to display the body before wrapping. If set to this is automatically determined.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between RepeaterGroupData and RepeaterGroup.
Public methodStatic memberToDataContractMappings The mapping between RepeaterGroup and RepeaterGroupData.
Top
See Also