AdapterData Class |
Namespace: Dundas.BI.WebApi.Models
The AdapterData type exposes the following members.
Name | Description | |
---|---|---|
AdapterData |
Initializes a new instance of the AdapterData class.
|
Name | Description | |
---|---|---|
AlignedAdapterIds |
Gets the aligned adapter IDs.
| |
AlignedAxes |
Gets the data alignments.
| |
AllowedReVisualizingAdapterObjectNames |
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.
| |
BaseZIndex |
Gets or sets the base Z-index.
| |
BlurActions |
Gets the blur actions.
| |
CellGroupId | Gets or sets the group ID. | |
ClickActions |
Gets the click actions.
| |
Column |
Gets or sets the column.
| |
ColumnSpan |
Gets or sets the column span.
| |
ContextMenuShowingActions |
Gets the context menu showing actions.
| |
Cursor |
Gets or sets the cursor.
| |
Data |
Gets or sets the data for the control (JSON serialized object).
| |
DataAutoRefreshInterval |
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.
| |
DataChangedActions |
Gets the data changed actions.
| |
DataErrorActions |
Gets the data error actions.
| |
DisabledApplicationPrivileges |
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.
| |
DockLocation |
Gets or sets the dock location.
| |
DoubleClickActions |
Gets the double click actions.
| |
ExpandedWidthHeight |
Gets or sets the expanded width or expanded height.
| |
FocusActions |
Gets the focus actions.
| |
FontColor |
Gets or sets the font color.
| |
FontFamily |
Gets or sets the font family.
| |
FontSize |
Gets or sets the size of the font.
| |
FontStyle |
Gets or sets the font style.
| |
FontVariant |
Gets or sets the font variant.
| |
FontWeight |
Gets or sets the font weight.
| |
FriendlyName |
Gets or sets the friendly name.
| |
GroupId |
Gets or sets the ID of the group.
| |
Height |
Gets or sets the height.
| |
HoverActions |
Gets the hover actions.
| |
Id |
Gets or sets the ID.
| |
IsAutoLoadedDataDisabled |
Gets or sets a value indicating whether data is auto loaded for this Adapter.
| |
IsCellGroupHeader |
Gets or sets a value indicating whether or not the cell group is a header.
| |
IsHeaderRow |
Gets or sets a value indicating whether to make the template cell always span the width of its group (or canvas without group) in responsive view mode.
| |
IsHidden |
Gets or sets a value indicating whether this Adapter is hidden.
| |
IsLoadingScreenDisabled |
Gets or sets a value indicating whether the loading screen is disabled for this Adapter.
| |
IsLocked |
Gets or sets a value indicating whether this adapter is locked.
| |
IsNoDataIndicatorDisabled |
Gets or sets a value specifying whether a no data overlay should be shown on this Adapter when an empty data result is returned.
| |
IsSelfAlignedByParent |
Gets or sets a value indicating whether AlignedAxes are grouped by their parent when this Adapter is used in a repeater.
| |
IsSticky |
Gets or sets a value indicating whether to make the template cell stick to the top (or left) of the view port so that it is always visible even if it is scrolled out of.
| |
IsTemplateLayer |
Gets or sets a value indicating whether this instance is template layer.
| |
LayerId |
Gets or sets the ID of the layer.
| |
Left |
Gets or sets the left.
| |
LegendId |
Gets or sets the ID of the legend.
| |
LineHeight |
Gets or sets the height of the line.
| |
MaxHeight |
Gets or sets the maximum height.
| |
MaxWidth |
Gets or sets the maximum width.
| |
MetricSetBindings |
Gets the bindings.
| |
MouseDownActions |
Gets the mouse down actions.
| |
MouseEnterActions |
Gets the mouse enter actions.
| |
MouseHoldActions |
Gets the mouse hold actions.
| |
MouseLeaveActions |
Gets the mouse leave actions.
| |
MouseMoveActions |
Gets the mouse move actions.
| |
MouseUpActions |
Gets the mouse up actions.
| |
Name |
Gets or sets the name.
| |
NoDataActions |
Gets the no data actions.
| |
Opacity |
Gets or sets the opacity.
| |
ParameterValueChangedActions |
Gets the parameter value changed actions.
| |
PositionKind |
Gets or sets the kind of the position.
| |
ReVisualizedActions |
Gets the re-visualized actions.
| |
ReVisualizingActions |
Gets the re-visualizing actions.
| |
Row |
Gets or sets the row.
| |
RowSpan |
Gets or sets the row span.
| |
TabIndex |
Gets or sets the tab-index.
| |
TemplateCellId |
Gets or sets the ID of the template cell (if any).
| |
TextDecoration |
Gets or sets the text decoration.
| |
TextTransform |
Gets or sets the text transform.
| |
TooltipDelay |
Gets or sets the tooltip delay.
| |
TooltipText |
Gets or sets the tooltip text.
| |
Top |
Gets or sets the top.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
ViewParameterIds |
Gets the view parameter IDs.
| |
Width |
Gets or sets the width.
| |
ZIndex |
Gets or sets the z-index.
|
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between AdapterData and Adapter.
| |
ToDataContractMappings |
The mapping between Adapter and AdapterData.
|