ActionData Class |
Namespace: Dundas.BI.WebApi.Models
The ActionData type exposes the following members.
Name | Description | |
---|---|---|
ActionData |
Initializes a new instance of the ActionData class.
|
Name | Description | |
---|---|---|
ActionTarget |
Gets or sets how the target opens when navigated to.
| |
ActionType |
Gets the action type.
| |
BoundVisual |
Gets or sets the bound visual.
| |
ClearDataInputSources |
Gets or sets a value indicating whether the data input sources should be cleared, if possible, after doing the data input.
| |
DataCubeId |
Gets or sets the data cube ID.
| |
FriendlyName |
Gets or sets the friendly name.
| |
Height |
Gets or sets the height.
| |
HideAdapterIds |
Gets the IDs of adapters to show.
| |
HideLayerIds |
Gets the IDs of layers to hide.
| |
Id |
Gets or sets the ID.
| |
InputMappings |
Gets the input mappings where the ID is the unique name of the column to set, and the value is the ID of the adapter or view parameter to use to set it.
| |
IsFocusLostIgnored |
Gets or sets a value indicating whether focus lost is ignored.
| |
IsFrameHidden |
Gets or sets a value indicating whether the frame is hidden.
| |
IsHorizontal |
Gets or sets a value indicating whether the expand / collapse is horizontal. By default, it is vertical.
| |
IsMouseLeaveIgnored |
Gets or sets a value indicating whether mouse leave is ignored.
| |
IsToggle |
Gets or sets a value indicating whether this action toggles the visibility or not.
| |
MetricSetBindingId |
Gets or sets the ID of the metric set binding that this data action is associated with.
| |
Name |
Gets or sets the name.
| |
NavigateType |
Gets or sets the type of the navigation for the data action.
| |
ParameterMappings |
Gets the parameter mappings.
| |
PlaceholderAsUrl |
Gets or sets a value indicating whether the placeholder should be treated as a full URL instead of just a query string portion
of the URL. This means that encoding will not be applied, which allows values like "http://somesite.com/" to be used as a value,
or "http://[placeholder]" where placeholder is a valid URL.
| |
RefreshAdapterIds |
Gets the refresh adapter IDs.
| |
Script |
Gets or sets the script.
| |
ShowAdapterIds |
Gets the IDs of adapters to show.
| |
ShowLayerIds |
Gets the IDs of layers to show.
| |
TargetObjectId |
Gets or sets the ID of the target object.
| |
TargetObjectType |
Gets or sets the type of the target object.
| |
TargetUrl |
Gets or sets the target URL.
| |
TransformId |
Gets or sets the data input transform ID.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
UseFilterValueCaption |
Gets or sets a value indicating whether the filter caption should be used instead of the unique name.
This only applies for URL navigation.
| |
UseSubCanvas |
Gets or sets a value indicating whether the sub canvas should be used to render instead of an iframe.
| |
UseTargetInitialViewOptions |
Gets or sets a value indicating whether the target view's initial view options should be used.
By default, full-screen is always used when a navigation or other action occurs which targets a view.
| |
Width |
Gets or sets the width.
|
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between ActionData and ActionBase.
| |
ToDataContractMappings |
The mapping between ActionBase and ActionData.
|