Adapter Class

Represents an adapter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsBasicAdapter
    Dundas.BI.Entities.ViewsAdapter

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class Adapter : BasicAdapter

The Adapter type exposes the following members.

Constructors
 NameDescription
Public methodAdapter Initializes a new instance of the Adapter class.
Top
Properties
 NameDescription
Public propertyAlignedAdapterIds Gets the aligned adapter IDs.
Public propertyAlignedAxes Gets the data alignments.
Public propertyAllowedReVisualizingAdapterObjectNames Gets the allowed fully qualified name of adapters to be shown when the user wants to re-visualize an adapter, along with an optional adapter data information separated by a '|'. If this list has a 0 length, then all items are assumed allowed.
Public propertyAriaLabel Gets or sets an accessible name or short description to apply to the container element.
Public propertyAriaLabelledBy Gets or sets the ID of adapter providing an accessible name or short description for the container's contents.
Public propertyBlurActions Gets the blur actions.
Public propertyClickActions Gets the click actions.
Public propertyContextMenuShowingActions Gets the context menu showing actions.
Public propertyCursor Gets or sets the cursor.
Public propertyData Gets or sets the data for the control (JSON serialized object).
Public propertyDataAutoRefreshInterval Gets or sets the data auto refresh interval. This number indicates the number of seconds that should elapse before the adapter auto-refreshes its data. If this is set to null or 0, refresh will not occur.
Public propertyDataChangedActions Gets the data changed actions.
Public propertyDataErrorActions Gets the data error actions.
Public propertyDisabledApplicationPrivileges Gets the disabled application privileges. This is a list of each application privilege ID which should be disabled regardless of the user's application-wide privilege.
Public propertyDockLocation Gets or sets the dock location.
Public propertyDoubleClickActions Gets the double click actions.
Public propertyFocusActions Gets the focus actions.
Public propertyFontColor Gets or sets the font color.
Public propertyFontFamily Gets or sets the font family.
Public propertyFontSize Gets or sets the size of the font.
Public propertyFontStyle Gets or sets the font style.
Public propertyFontVariant Gets or sets the font variant.
Public propertyFontWeight Gets or sets the font weight.
Public propertyFriendlyName Gets or sets the friendly name.
(Inherited from BasicAdapter)
Public propertyGroupId Gets or sets the ID of the group.
Public propertyHeight Gets or sets the height.
(Inherited from BasicAdapter)
Public propertyHoverActions Gets the hover actions.
Public propertyId Gets or sets the ID.
(Inherited from BasicAdapter)
Public propertyIsAutoLoadedDataDisabled Gets or sets a value indicating whether data is auto loaded for this Adapter.
Public propertyIsHidden Gets or sets a value indicating whether this Adapter is hidden.
Public propertyIsLoadingScreenDisabled Gets or sets a value indicating whether the loading screen is disabled for this Adapter.
Public propertyIsLocked Gets or sets a value indicating whether this adapter is locked.
(Inherited from BasicAdapter)
Public propertyIsNoDataIndicatorDisabled Gets or sets a value specifying whether a no data overlay should be shown on this Adapter when an empty data result is returned.
Public propertyIsSelfAlignedByParent Gets or sets a value indicating whether AlignedAxes are grouped by their parent when this Adapter is used in a repeater.
Public propertyIsTooltipOpenedOnFocus Gets or sets a value indicating whether the tooltip should be opened when focused using a keyboard.
Public propertyLayerId Gets or sets the ID of the layer.
(Inherited from BasicAdapter)
Public propertyLeft Gets or sets the left.
(Inherited from BasicAdapter)
Public propertyLegendId Gets or sets the ID of the legend.
Public propertyLineHeight Gets or sets the height of the line.
Public propertyMaxHeight Gets or sets the maximum height.
Public propertyMaxWidth Gets or sets the maximum width.
Public propertyMetricSetBindings Gets the bindings.
Public propertyMouseDownActions Gets the mouse down actions.
Public propertyMouseEnterActions Gets the mouse enter actions.
Public propertyMouseHoldActions Gets the mouse hold actions.
Public propertyMouseLeaveActions Gets the mouse leave actions.
Public propertyMouseMoveActions Gets the mouse move actions.
Public propertyMouseUpActions Gets the mouse up actions.
Public propertyName Gets or sets the name.
(Inherited from BasicAdapter)
Public propertyNoDataActions Gets the no data actions.
Public propertyOpacity Gets or sets the opacity.
Public propertyParameterValueChangedActions Gets the parameter value changed actions.
Public propertyPositionKind Gets or sets the kind of the position.
Public propertyReVisualizedActions Gets the re-visualized actions.
Public propertyReVisualizingActions Gets the re-visualizing actions.
Public propertyTabIndex Gets or sets the tab-index.
Public propertyTemplateCellId Gets or sets the ID of the template cell (if any).
Public propertyTextDecoration Gets or sets the text decoration.
Public propertyTextTransform Gets or sets the text transform.
Public propertyTooltipDelay Gets or sets the tooltip delay.
Public propertyTooltipText Gets or sets the tooltip text.
Public propertyTop Gets or sets the top.
(Inherited from BasicAdapter)
Public propertyUIClassName Gets or sets the name of the corresponding UI class.
(Inherited from BasicAdapter)
Public propertyViewParameterIds Gets the view parameter IDs.
Public propertyWidth Gets or sets the width.
(Inherited from BasicAdapter)
Public propertyZIndex Gets or sets the z-index.
Top
See Also